April 2024
Beginner
656 pages
23h 19m
English
Part I presents the fundamental concepts and techniques of programming together with the C++ language and library facilities needed to get started writing code. This includes the type system, arithmetic operations, control structures, error handling, and the design, implementation, and use of functions and user-defined types.
Chapter 2: Objects, Types, and Values
Chapter 6: Completing a Program