The C++ Language

The C++ language was created as the next stage in the development of the C language. C, which was created by Brian Kernighan and Dennis Ritchie at Bell Labs between 1969 and 1973, was originally designed for programming low-level computer services such as operating systems (in Kernighan and Ritchie's case, Unix). It was meant to replace assembly language programming. Assembly programming led to programs that were hard to read and very difficult to create as separate units. C attained widespread acceptance and became the key language for Unix, and, eventually, Windows.

From its inception, C has been focused on producing high-performance programs, and so is C++.

C represents the procedural programming style of creating programs. ...

Get SAMS Teach Yourself C++ in 10 Minutes SECOND 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.