The SimpleCxxLib
package is a simple C++ library for introductory CS which is currently being used in CS101: Programming Abstractions in C++ course. This is a fork from the Stanford C++ libraries originally developed by Eric Roberts and Keith Schwarz.
The SimpleCxxLib
package interacts with Java graphics, so Java
is needed for running programs properly.
Using this libary, you can test all the examples in the excellent book Programming Abstractions in C++ by Eric Roberts.
You can check those demos here:
- Programming Abstractions in C++ - a CMake-version source code