C++ as a Better C
Some changes have already made it into C (void, prototypes)
Declare variables where needed, especially temporary variable
for (int i = 0; i i++) {...
Inline functions, and enumerations, instead of macros
const
bool
Previous slide
Next slide
Back to first slide
View graphic version