README for StanfordCPPLib Last modified on Fri Aug 17 13:01:03 2018 by dougie181 Last modified on Sat Aug 16 17:49:04 2014 by eroberts ----------------------------------------------------- This is a copy of the Stanford Portable C++ library that was obtain from https://cs.stanford.edu/people/eroberts/StanfordCPPLib/ and modified to work on XCode 9.4.1. ----------------------------------------------------- This package contains the code for the Stanford Portable C++ library, as described in the paper by Eric Roberts and Keith Schwarz included in the doc directory. The Makefile in the root directory should make a complete version of the library on Unix-based systems or Mac OS X. Building the .lib file for Windows-based systems depends on what version of the operating system and what programming environment you are using. The sources included in this package should compile in any standard C++ environment, but you will need to create the necessary projects on your own. The spl.jar file in the java directory should work on any platform that supports Java 5 (or a more recent version). This package is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
tsunho12/cs106b_cpplib
This a modified copy of the Stanford cpp library originally developed by Eric Roberts and used in the excellent CS106B course delivered by Julie Zelenski (2008) for those who wish to work on the course work that is still available online
C++