CSc 470 Homework Submission Page
Please read the following instructions carefully.
- When you finish your homework, please save all your files in one folder named hw1 (or hw2 ...).
- Only include your .cpp and .h files. There should be no executables, object files,
or temporary files created by Visual Studio or Xcode.
- Include a README.txt file in the directory that contains the names and email addresses of the group members.
- Zip your folder and rename the 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 or 1234_5678_2345_hw1.zip.
- Please use only zip compression. Avoid .rar or .gz file format.
- On Mac: right click on the hw1 (or hw2 ...) folder and select compress.
- On Windows: right click on the hw1 (or hw2 ...) folder and select Send to->Compressed (zip) folder.
- When we unzip your submission, it should generate a directory called hw1 (or hw2 ...)
containing your .cpp and .h files.
- Submit only ONE zip file per group.
- Attach your homework (1234_5678_hw1.zip) and email to ccny.cs470@gmail.com.
Compiling Instructions
Please find instructions on how to compile homework under Windows and Mac
here.