Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 977 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 977 Bytes

CS101: Programming Abstractions in C++

CS101: Programming Abstractions in C++ 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++ 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

Showcase

Maze Puzzle
Maze Puzzle