View Single Post
Old May 20th, 2006, 11:52 AM   #3
Jessehk
The Oblivious One
 
Jessehk's Avatar
 
Join Date: May 2005
Location: Ontario, Canada
Posts: 646
Rep Power: 4 Jessehk is on a distinguished road
Wow.
  • All those initializations should be done in the constructor.
  • Either using namespace std; or prefix those strings with std::
  • I don't know if you have it and just haven't included it, but you need a main() function
  • If you plan to #include that class file in another program, it should be in a header file (file.h)

That's all that I can see at first glance.
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS!
Jessehk is offline   Reply With Quote