Computer Science I - Spring 2016
CS7A Resources—Spring 2016
Quick Youtube on setting up codeblocks for Windows
http://complete-concrete-concise.com/programming/fltk/using-fltk-with-codeblocks
http://www.certstaff.com/trainingcatalog/computer-programming-history.html
A bad pdf of the Schaum's anciliary text is available. Buy the hardcopy too. You can get the source code for that book here.
http://www.cplusplus.com/ is a pretty nice free on-line reference, as is http://en.cppreference.com/w/
====================================================
YouTubes:
Derek Banas: All of C++ in one video
====================================================
http://courses.washington.edu/css342/zander/css332/rat2h.html
acm.org: http://learning.acm.org/webinar/
The rest of these links are things I've referenced in the past, but haven't vouched for recently:
Matt Mahoney at the Department of Computer Science at the Florida Institute of Technology teaches courses called Introduction to Software Development with C++ and Programming in a Second Language (C++) which contain some overlap with this course. You may be interested in his guides, such as: Introduction to C++ or How to Program in C++. There contains some suggested compilers, any of which you can examine for yourself, but I suggest you try the compiler and integrated development environment whose links are given above.
C++ Programming TutorialCGI openGL overview
http://www.onecore.net/dev-c-opengl.htm
http://cs.stmarys.ca/~porter/csc/ref/c_cpp_strings.html
The Deitel text book examples are available for download at http://www.deitel.com/books/downloads.html#cppHTP4
Information About How to Incorporate Graphics
- How to use GLUT with DEVCPP: http://www.cs.uofs.edu/~mpc3/cmps370/glutsetup.html
Tutorials and Guides
- A big repository of tutorials and search indices, etc: http://www.cplusplus.com/
- A nice c++ reference: cppreference.com
- Designer and original implementer of C++.(Bjarne Stroustrup) http://www.research.att.com/~bs/homepage.html
- Devcentral's C++ tutorials: http://devcentral.iftech.com/articles/C++/default.php
- Programming in C++ tutorial by cprogramming.com: http://www.cprogramming.com/tutorial.html
- More tutorials: http://www.cprogramming.com/
- Style guides: http://www.chris-lott.org/resources/cstyle/
UML tools and documents
http://argouml.tigris.org/ : free and full featured, but quite a bit of learning curve!
http://www.smartdraw.com/tutorials/software-uml/uml.htm#what : almost $200 for this one, but there's a fee 30-day demo.
http://faculty.frostburg.edu/cosc/htracy/UML/Modularization_SPvsOOP.html