Assignment 0

Modified: 02/01/2006

Try to compile and run main.c. You can do the following on the Edlab machines:

  1. Copy the assignment0 directory from the course directory to your own:

    cp -r /courses/cs500/cs591b/cs591b/assignment0 ~/cs591b/

  2. Compile and run main.c:

    cd ~/cs591b/
    gcc main.c -lSDL
    a.out

If you prefer to use your own machine, you will need to have a C compiler and download and install the SDL framework for your platform. We will probably not be able to help with this process.

Back to the course homepage