host% cd host% cd cis121 host% mkdir lab-book-14 host% cd lab-book-14 host% cp ~compsci/cis121/EXAMPLES/*.cpp . host% ls
You should see graphic1.cpp - graphic6.cpp files. if you get an error message about missing directory, then be sure that you typed the space and period at the end of the cp commmand (the '.' symbolizes the current directory).
Print the SpelGraph Supplement from the lab web page(click the button to go back one page, and click SpelGraph Supplement and print it
Compiling these programs require some extra options. So use the
following to compile these graphics C++ programs
GG++ file.cpp
Submit your own worksheets.