|
CMSC 202
out 4 September 2001 |
touch proj0.cpp
submit cs202 proj0 proj0.cpp
The command touch proj0.cpp creates an empty file called proj0.cpp. The submit command has four parts: the command submit, followed by the class name, followed by the name of the project, followed by the name(s) of the file(s) to be submitted.
After entering these commands, you should get a confirmation that submit
worked okay. Specifically, the confirmation will say:
Submitting proj0.cpp...OK
If not, first make sure that you are registered in the course. Your instructor may give you permission to add the course even though it is officially closed. If you are registered but cannot submit, send email to the course coordinator (bbenin1@cs.umbc.edu) about the problem. In this email, show exactly what you typed in and the exact message that was displayed.
You can check your submission by entering submitls cs202 proj0
You should see the name of the file that you just submitted -- in this
case, proj0.cpp .