I have two compilers on my hardware C++ and C89
I\'m thinking about using C++ with classes but without polymorphism (to avoid vtables). The main r
The book C++ for Game Programmers has information related to when code size will increased based on features from C++.