Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuehao/programming-abstractions-in-cpp
Programming Abstractions in C++. Materials for a typical CS1 / CS2 course. Inspired by Stanford CS106B.
https://github.com/xuehao/programming-abstractions-in-cpp
computer-science cpp cs106b programming-language
Last synced: about 2 months ago
JSON representation
Programming Abstractions in C++. Materials for a typical CS1 / CS2 course. Inspired by Stanford CS106B.
- Host: GitHub
- URL: https://github.com/xuehao/programming-abstractions-in-cpp
- Owner: xuehao
- License: gpl-3.0
- Created: 2022-11-17T01:11:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T01:45:33.000Z (almost 2 years ago)
- Last Synced: 2023-08-24T09:24:56.620Z (over 1 year ago)
- Topics: computer-science, cpp, cs106b, programming-language
- Homepage: https://cs101.stickmind.com
- Size: 127 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS101: Programming Abstractions in C++
[**CS101: Programming Abstractions in C++**](https://cs101.stickmind.com/) is an introduction to computer science, inspired by Stanford CS106 series. In particular, this course starts with C++ and contains topics which could be found in a typical CS1 / CS2 course.
This repo contains a *CMake-version* source code for the excellent book [**Programming Abstractions in C++**](https://cs.stanford.edu/people/eroberts/books/ProgrammingAbstractionsInC++/) written by Eric Roberts.
## Notes
All projects depend on the `SimpleCxxLib` library. For convenience, the library files are automatically downloaded for each project.
You can check the library here: [The Simple C++ Libraries](https://cppdoc.stickmind.com/)
## Showcase
| **Maze Puzzle** |
| :---------------------------------------------------------: |
| ![Maze Puzzle](ch09-backtracking/9.1_Maze/maze_demo.gif) |