Object-Oriented Programming with ANSI-C by Axel-Tobias Schreiner
1999
Number of pages: 221
A do-it-yourself guide to object-oriented programming using ANSI-C with detailed examples and a preprocessor (written in awk) to simplify coding. We are going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.
Computers & Internet Programming Languages & Tools C Software Design Testing & Engineering Object-Oriented Programming