1. How do I submit programming assignments
and projects?
Please use “submit” command on “mercury.cs.uml.edu” for it provides SSH protection of your submission during the transmission. Use the following command line:
submit wang 201hw1 <your program file or directory>
to submit homework 1. For other homework submissions, change “201hw1” to “201hwn”, where n is the homework number, e.g. “201hw2”. For project 1 submissions, use “201proj1” instead of “201hw1”; use “201proj2” for project 2 submission, etc.
For more information on “submit”, type “man submit” on mercury.
2. What platform should I ensure my code
works?
You will compile your code with GNU C++ compiler (g++).
3. How do I organize
my files for submission?
You may organize your files in anyway you want. But do include a README file. Before you submit your files, create a directory and name it after your last name, put all your files you want to submit in that directory (nothing else), and then submit the directory.