This chapter introduces the ANSI/ISO C++ Professional Programmer's Handbook. It discusses:
1. The origins of C++, which began in the late 1970s as an extension of C to support object-oriented programming.
2. The establishment of the ANSI committee in 1989 to standardize C++. This involved adopting an existing reference as a baseline and allowing the language to mature through feedback from users.
3. An overview of the book's contents, including discussions of language features like templates and exceptions, object-oriented design, and compatibility with C. The target audience is experienced C++ programmers.