Tom Murphy’s
COMP-251
Fundamentals of Computer Science C++
Course Material

¨     Essential

o     Email Group
Please subscribe so I can reach you
CCC-ComputerScience-subscribe@yahoogroups.com

o     Syllabus - COMP-251

¨     Other Course Resources

o     Podcasts of the course lecture

¨     Using Knoppix for the gnu c++ compiler

o     Get CD from me or burn your own from an ISO you download

o     On lab machines, Press F12 while rebooting to get the boot prompt, change it to CD

o     Press Enter when you get the “boot:” prompt

o     See the knoppix cheatcodes for other boot possibilities

o     When all the dust

o     Use a Linux cheatsheat to help you use the Linux OS.

o     Double-click the terminal symbol fifth from the right on the bottom

o     Type “nedit foo.cpp&” to start editing the file foo.cpp

o     Type “make foo” to recompile foo

o     Code, debug, and have fun