Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 737 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 737 Bytes

CPP-Primer

Thorough/in-depth understanding of the CPP Primer book by Stanley B. Lippman and stuff from here

How to use this repo?

  • Directories labelled as chapterX, where X is the chapter number, refer to the CPP-Primer book chapters. Each folder contains key takeaways from the chapter and a short summary.
  • Directory learncpp-com contains sub-directories corresponding to the specific modules on the website. Similar to the CPP-Primer book, each module folder contains key takeways, summary and program snippets.

References