In this book, we sometimes use certain code in the examples before explaining it in detail. This chapter is intended to help you when this occurs by presenting an overview of the major elements of C++ and how they hang together. We’ll also explain a few concepts relating to your computer’s representation of numbers and characters.
-
What is meant by modern C++
-
What the terms C++11, C++14, C++17, C++20, and C++23 mean
-
What the C++ Standard ...