April 2024
Beginner
656 pages
23h 19m
English
No amount of genius can overcome obsession with detail.
– Traditional
In this chapter and the next, we change our focus from programming to our main tool for programming: the C++ programming language. We present language-technical details to give a slightly broader view of C++’s basic facilities and to provide a more systematic view of those facilities. These chapters also act as a review of many of the programming notions presented so far and provide an opportunity to explore our tool without adding new programming techniques or concepts.
§7.2 Declarations and definitions
Kinds of declarations; Variable and constant declarations; Default initialization