"In C++, it's harder to shoot yourself in the foot, but when you do, you blow off your whole leg." -- Bjarne Stroustrup

This page will be filled out with links to slides, example code, and other useful information as the semester progresses.

The easiest way to get the example .c and .cpp files onto your eniac account is to use wget. Simply type wget "URL" (with the quotation marks around the URL) to download the file located at the URL to your current directory. For example: wget "http://www.cis.upenn.edu/~cis190/fall2014/lectures/01/hello_world.c" will download hello_world.c to the directory from which the command is run.

Lectures