mkdir cs44 chmod 700 cs44 mkdir cs44/week1and copy over the following:
cp -r ~newhall/public/cs44/C++examples cs44/week1/. cp -r ~newhall/public/gdb_examples cs44/week1/. cp -r ~newhall/public/purify_valgrind_examples cs44/week1/.
We will look at the "Compiling, Debugging, Linking Tips for C++" link here: C++ References. Also, you should read over the "C++ Code Style Guide" before doing the first project.