Skip to content

yanghan234/CppPrimerNotes

Repository files navigation

CppPrimerNotes

This repository contains my reading notes of C++ Primer, 5th edition. For myself: Log in to InformIT to fetch latest pdf of the book.

Todo list

  • Chapter 01: Getting started
  • Chapter 02: Variables and basic types
  • Chapter 03: Strings, vectors and arrays
  • Chapter 04: Expressions
  • Chapter 05: Statements
  • Chapter 06: Functions
  • Chapter 07: Classes
  • Chapter 08: The IO library
  • Chapter 09: Sequential containers
  • Chapter 10: Generic algorithms
  • Chapter 11: Associative containers
  • Chapter 12: Dynamic memory
  • Chapter 13: Copy control
  • Chapter 14: Overloaded operators
  • Chapter 15: Object-oriented programming
  • Chapter 16: Templates and generic programming

Advanced topics: I only finished reading some parts in the following chapters. I have to go back to those topics when I have more experience.

  • Chapter 17: Specialized library facilities
  • Chapter 18: Tools for large programs
  • Chapter 19: Specialized tools and techniques

About

My reading notes of C++ Primer, 5th Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published