https://github.com/21hook/cs106b
CS106B - Programming Abstractions
https://github.com/21hook/cs106b
Last synced: 9 months ago
JSON representation
CS106B - Programming Abstractions
- Host: GitHub
- URL: https://github.com/21hook/cs106b
- Owner: 21hook
- Created: 2016-08-04T02:47:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T00:06:51.000Z (over 9 years ago)
- Last Synced: 2025-04-04T04:16:11.545Z (about 1 year ago)
- Language: C++
- Homepage: https://see.stanford.edu/Course/CS106B
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs106b
###[CS106B](https://see.stanford.edu/Course/CS106B) Programming Abstractions from Stanford University
CS106B libraries that we’ll be using throughout the course come from http://stanford.edu/~stepp/cppdoc/. Download the simple-project.zip file.
The old version's libraries is not availavle from the https://see.stanford.edu/Course/CS106B, but the videos, transcripts, handouts & assignments are accessible. Actually, the libraries of newest verison come from the [CS 106B: Programming Abstractions (C++), Summer 2016](http://web.stanford.edu/class/cs106b/index.shtml), although the videos, transcripts, handouts & assignments are unaccessible.
The costome libraries from the stanford libraries has a little change.
* The functions(free functions & memeber functions) are not captial anymore