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
#
6
Nov 24th, 2008
Post all the code you tried to compile, please. I can't see any error in this part.
Also,
#include <string>
, not string.h. And since you include it, why not use
std::string name;
?
Last edited by mrboolf; Nov 24th, 2008 at
2:41 pm
.
mrboolf
View Public Profile
Find all posts by mrboolf