September 2019
Intermediate to advanced
792 pages
19h 42m
English
NEO: Why do my eyes hurt?MORPHEUS: You’ve never used them before.—The Matrix
Part II exposes you to the world of C++ libraries and frameworks, including the C++ Standard Library (stdlib) and the Boost Libraries (Boost). The latter is an open source volunteer project to produce muchneeded C++ libraries.
In Chapter 10, you’ll tour several testing and mocking frameworks. In a major departure from Part I, most listings in Part II are unit tests. These provide you with practice in testing code, and unit tests are often more succinct and expressive than printf-based example programs.
Chapter 11 takes a broad look at smart pointers, which manage dynamic objects and facilitate the most powerful resource management ...
Read now
Unlock full access