~groovestomp/tcpppl

The C++ Programming Language
834b2088 — Aaron Oman 3 years ago
5.6.4
5e165dce — Aaron Oman 3 years ago
5.4.2.1
52176e47 — Aaron Oman 3 years ago
First commit

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~groovestomp/tcpppl
read/write
git@git.sr.ht:~groovestomp/tcpppl

You can also use your local clone with git send-email.

#Overview

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/.