Front Cover; C++ Programming Made Simple; Copyright Page; Contents; Preface; Chapter 1. A quick start with C++; Chapter 2. How C++ handles data; Chapter 3. C++ building blocks; Chapter 4. Aggregate types; Chapter 5. Expressions and operators; Chapter 6. Program flow control; Chapter 7. Memory management; Chapter 8. Classes; Chapter 9. Class services; Chapter 10. Inheritance; Chapter 11. Advanced facilities; Chapter 12. The Standard Library; Chapter 13. C++ stream I/O; Chapter 14. Standard C library functions; Index.
0
SUMMARY OR ABSTRACT
Text of Note
The author enables novices to get to grips with the programming language quickly and efficiently, and demystifies the subject matter making it easy to understand. Java and C++ are now the two clear leading languages for technical and web programming, and the C++ language and environment, including C, are internationally standardised by the ISO Standard 1998. Although focusing on C++, the text also incorporates material on the C programming language. If you want to know how to:- Write ISO C++ programs- Write procedural C programs- Use ISO C++ advanced features such as templates and RTTI- Take adv.