I have defined some classes which are giving a linker error like the one in the subject. could anyone provide some info on the error, I have understood it has something to do with the virtual table but am not able to figure out what. what makes it more harder is that I have not used any virtual functions in the class..
What i wanted to know was what can cause a error like <class name>::_vtbl (linking error)..Although I have inherited from the class ostrstream. could that be causing the problem?