Re: C++ overriding methods using virtual -
21-06-2004
Thanks anyway, but I sorted the problem anyway by making my own setup() ( initialise method) instead of using the constructors, (as stefan said too :p). But it's a bizzare problem anyway...
In my bot code, I tried the same as...
CSuperClass::CSuperClass() instead of this->CSuperClass::CSuperClass()
And a problem arises there when you want to initialize stuff, it doesn't actually change the stuff you want to initialize...
|