Skip to content

captainabernathy/cpp_programming_principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the programming examples I made when working through the book Programming: Principles and Practice Using C++, 2nd Edition by Bjarne Stroustrup.

This project is meant to serve as a general programming reference to anyone learning C++, teaching C++, and/or also working through the textbook.

For more information about the textbook, visit: https://www.stroustrup.com/

Build Instructions

cpp_programming_principles> cd build
build> cmake ..
build> cd ..
cpp_programming_principles> cmake --build build

Dependencies

  • CMake
  • X11
  • FLTK

NOTE: Project only tested on Debian Linux

About

Programming: Principles and Practice Using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published