Skip to content

This repo contains all exercises written in C++ while reading "Programming: Principles and practice using C++" by Bjarne Stroustrup.

Notifications You must be signed in to change notification settings

Radu1990/CPP_Bjarne_Stroustrup

Repository files navigation

CPP_Bjarne_Stroustrup

This repo contains all exercises written in C++ while reading "Programming: Principles and practice using C++" by Bjarne Stroustrup. Some Exercises have Unittests written with the GOOGLETEST Unittesting Library

Chapters:

  1. Introduction
  2. Hello, World!
  3. Objects, Types and Values
  4. Computation
  5. Errors
  6. Writting a Program
  7. Completing a Program
  8. Technicalities: Functions, etc.
  9. Technicalities: Classes, etc.
  10. Input and Output Streams
  11. Customizing Input and Output
  12. A Display Model
  13. Graphics Classes
  14. Graphics Class Design
  15. Graphing Functions and Data
  16. Graphical User Interfaces
  17. Vector and Free Store
  18. Vectors and Arrays
  19. Vector, Templates and Exceptions
  20. Containers and Iterators
  21. Algorithms and Maps

About

This repo contains all exercises written in C++ while reading "Programming: Principles and practice using C++" by Bjarne Stroustrup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published