Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captainabernathy/cpp_programming_principles
Programming: Principles and Practice Using C++
https://github.com/captainabernathy/cpp_programming_principles
algorithm cpp data-structures educational tutorial
Last synced: 10 days ago
JSON representation
Programming: Principles and Practice Using C++
- Host: GitHub
- URL: https://github.com/captainabernathy/cpp_programming_principles
- Owner: captainabernathy
- Created: 2023-07-18T22:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T22:49:57.000Z (over 1 year ago)
- Last Synced: 2023-08-14T04:24:18.690Z (over 1 year ago)
- Topics: algorithm, cpp, data-structures, educational, tutorial
- Language: C++
- Homepage:
- Size: 718 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
### Build Instructions
cpp_programming_principles> cd build
build> cmake ..
build> cd ..
cpp_programming_principles> cmake --build build### Dependencies
* CMake
* X11
* FLTKNOTE: Project only tested on Debian Linux