CSc 472 Homework Upload Page
Please read the following instructions carefully.
- When you finish your homework, please make sure that all your files are in the current homework directory
(e.g., hw1, hw2, ...) under CS472.skel
- Go to your CS472.skel folder.
- Select the current homework folder (e.g., hw1, hw2, hw3, or ...).
- Right click and select "Send to compressed folder" (Windows), or select "Compress" (Mac), or type "zip hw1" (Linux)
- Do not rename the homework directory. They should remain as hw1, hw2, ...
- Do not create subfolders. All your source code should be directly under hw1, hw2, ...
- Make sure that your hw directories only include your .cpp, .h, .glsl and README.txt (see below) files.
There should be no executables, object files, or temporary files created by Visual Studio or Xcode.
- Include a README.txt file in your homework directory that contains the names and email addresses of the group members.
- Rename your zipped file with the last four digits of each group
member's CUNY ID followed by hw1, hw2, .... Make sure to place an underscore (_) after each ID, e.g.,
1234_5678_hw1.zip
- Do not change the order of the CUNY ID numbers for each homework assignment. Be consistent.
- Make sure to ONLY use the zip program, not gzip, or other Windows/Mac compression programs.
- When we unzip your submission, it should generate a directory called hw1 (or hw2 ...)
containing your .cpp, .h, .glsl, and README.txt files only.
- Email only ONE zip file per group to ccny.cs472@gmail.com.