CS202 -- Lecture Notes

James S. Plank


The lecture notes are in a bitbucket repo, so that you can pull and run the example code yourself. Do:

git clone git@bitbucket.org:jimplank/cs140_lecture_notes.git
or
git clone https://jimplank@bitbucket.org/jimplank/cs140_lecture_notes.git

For C++ reference material, see http://www.cppreference.com/ or www.cplusplus.com. These are excellent sources of online reference and tutorial material for C++. If you need a book to help you with C++, try "Teach Yourself C++", 3rd Ed., Herbert Schildt." -- one cent from Amazon.

For learning vi/vim, http://vim-adventures.com/ is a "game" to learn vim.



Not sure what I'm doing with these yet.