5.6.4
5.4.2.1
First commit
This repository reflects my reading of "The C++ Programming Language, 4th edition" by Bjarne Stroustrup.
It contains code samples from the text itself, as well as exercises from the supplemental exercise material available online, and in the PDF included in this repository under resources/
.
Material from the text is available under section directories. As an example, work for Section 4 in the text is in the directory s.4/
. Similarly, work for section 3 in the excercise material is available in the directory x.3/
.