CS1411 - Introduction to Programming Principles I
Submission Guidelines
Handwrittten notes
All handwritten notes must be turned in in class at class time.
Programming Assignments
Program files have to be zipped unzip WinZIP or a simliar program. The filename should be xxxxxxxxx_pyy_vzzz.zip where xxxxxxxxx is your test number, yy is the number of the programming assignment, and zzz is the number of the version. Only the latest version will be collected and graded. Leading zeros may be omitted if you like.
Unless otherwise stated, only the .cpp file (or files) is needed. You may add the visual studio proejct files, but you don't have to
Every program file should start with lines of comments, stating your name, the couse and section number, the assignment number, the programming environment used, and the test number. Example:
// Max Berger // 123456789 // CS1411 - 160 // Programming 1 // Visual C++ 6.0 // #include <iostream> ...
(Please note: // denotes comments in C++. Everything from the // to the end of the line is ignored by the compiler)
Submission
Please follow the instructions on the lab page for for submitting via web or for for submitting via ftp.
If you can't get it to work?
Please see the Help! page.