More C++
PostPosted:Fri Jul 01, 2005 1:32 am
I ought to be posting this on the BREW forums, but Kup is really good...of course I will sycophantically beg help from anyone who can answer... Besides, it's a general C++ question...
Are all constructors implicitly virtual?
I didn't think they were, but my base class constructor was getting implicitly called when its derived class's was.
And to add dumbassity to insult, when I *was* trying to call the base class constructor explicitly, it worked in MSVC++, but the ARM compiler apparently doesn't like it and crashes the phone.
Are all constructors implicitly virtual?
I didn't think they were, but my base class constructor was getting implicitly called when its derived class's was.
And to add dumbassity to insult, when I *was* trying to call the base class constructor explicitly, it worked in MSVC++, but the ARM compiler apparently doesn't like it and crashes the phone.