|
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
|