|
C++ From the Beginning 2nd Edition
++ From the Beginning covers the whole of the C++ language from simple basics to advanced language constructs. The emphasis is on building programming skills via examples and exercises, integrating object-oriented programming with object-oriented design while teaching the basics of the language.
It is a book with a dual purpose: to teach
the fundamental principles of good programming, and to provide an accessible and direct introduction to C++. It is ideal for beginners taking their first programming course, and for programmers with some experience requiring a thorough introduction to the C++ language.
Contents
1. Computers and Programming
2. The Basics
3. Characters and Texts
4. Functions
5. Types
6. Object-oriented Program Development
7. Classes
8. More about Classes
9. Inheritance
10. Exceptions
11. Streams and Files
12. Container Classes and Algorithms
13. Dynamic Data Structures
14. Templates
15. The Final Pieces of the Puzzle
Appendices
|