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: 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T04:56:12.000Z (10 months ago)
- Last Synced: 2025-04-03T09:50:59.877Z (3 months ago)
- Topics: computer-science, cpp, cs106b, programming-language
- Language: C++
- Homepage: https://cs101.stickmind.com
- Size: 138 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- 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** |
| :---------------------------------------------------------: |
|  |