Skip to content

Programming Abstractions in C++. Materials for a typical CS1 / CS2 course. Inspired by Stanford CS106B.

License

Notifications You must be signed in to change notification settings

xuehao/Programming-Abstractions-in-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Programming Abstractions in C++. Materials for a typical CS1 / CS2 course. Inspired by Stanford CS106B.

Topics

Resources

License

Stars

Watchers

Forks