View Single Post
Old 06-28-2005, 09:08 PM   #3 (permalink)
Aniviel833
Registered User
 
Join Date: Jun 2005
Posts: 26
Aniviel833 is on a distinguished road
First of all, a question about the original topic (to post the namespace thing in a sec...)

I can get strings to work just fine using std::string in any of my derived classes. However, if I try and use it in my base class, I get this 'undefined reference to MyClass::MyClass(bool)' error. Is there something different about the way this works with base classes, or shall I post the code?

Thanks,
-Stacy
Aniviel833 is offline   Reply With Quote