Chapter 1. GETTING STARTED
You will learn about the following in this chapter:
How C++ adds object-oriented concepts to the C language
How C++ adds generic programming concepts to the C language
The history and philosophy of C
Procedural versus object-oriented programming
The history and philosophy of C++
Programming language standards
Welcome to C++! This exciting language, blending the C language with support for object-oriented programming, became one of the most important programming languages of the 1990s and continues strongly into the 2000s. Its C ancestry brings to C++ the tradition of an efficient, compact, fast, and portable language. Its object-oriented heritage brings C++ ...
Get C++ Primer Plus, Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.