View Single Post
Join Date: Jun 2008
Posts: 182
Reputation: mrboolf will become famous soon enough mrboolf will become famous soon enough 
Solved Threads: 18
mrboolf mrboolf is offline 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.
Reply With Quote