Here are some old notes I've had lying around for a while:
Also, the creator of C++, Bjarne Stroupe, says C++ is not a superset of C and shouldn't be thought of as such. I'll have to look for that.
Everything should be done in assembly.
there is very little reason to switch from straight C to C++ without virtual functions. Without virtual functions, C++ wouldn't be object-oriented. virtual functions are still at the heart of object-oriented programming using C++.
assembler is not terribly easy to use, and of course has no cross platform portability.
Comment