#include <iostream> using namespace std; int main(int argc, char **argv) { cout << "Hello World!" << endl; return 0; }
All lecture notes and code will be hosted on github. Notes and starting code samples will be posted before each class and updated to the working solutions after class.
The easiest way to access the sample code files is to clone the git repository for the course. You should use the command "git clone https://github.com/crdelozier/CIS190Fall2015.git" to download the repository to the location of your choice. Before each class, navigate to the directory that you downloaded the repository to, and run "git pull" to download the latest code samples and notes.