Thread
:
Class declaration syntax error
View Single Post
•
•
Join Date: Jun 2008
Posts: 182
Reputation:
Solved Threads: 18
mrboolf
Offline
Junior Poster
Re: Class declaration syntax error
0
#
2
Nov 23rd, 2008
You are missing semicolon
;
after your class' closing bracket and the assignment
name = "Player";
should be
strcpy(name, "Player");
mrboolf
View Public Profile
Find all posts by mrboolf