Skip to content

Nichtigott/SimpleCxxLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCxxLib

The SimpleCxxLib package is a simple C++ library for introductory CS which is currently being used in CSE-CS101 course. This is a fork from the Stanford C++ libraries originally developed by Eric Roberts and Keith Schwarz.

Documentation

Environment

Qt Creator is an integrated development environment (IDE) with tools to edit, build, run, and debug programs. The latest Qt 6 is strongly recommended.

The SimpleCxxLib libraries also interact with Java, so Java 8 is needed for running programs properly.

How to use it

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:

About

A simple C++ library for introductory CS. A fork from StanfordCPPLib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 53.9%
  • Java 41.5%
  • Makefile 3.3%
  • C 1.2%
  • CMake 0.1%