|
C M S C 1 1 4 C o m p u t e r S c i e n c e I S p r i n g 2 0 0 4 |
Class accounts will be deleted on Wednesday, May 26th - and thus it will be best to "clean out" your account prior to that day. If you want to copy your files to your WAM account search online for how to use scp or some secure file transfer program and in worst case use ftp - the OIT Helpdesk (www.helpdesk.umd.edu) can provide assistance.
Note - if you don't want to have a copy of your files you can just leave your account as it is and all of the files will be deleted on the 26th of May.
NO - submit does not check for memory leaks, HOWEVER you must check for memory leaks because when grading your project we WILL check for memory leaks and this can lead to a deduction of 10 or more points if there are memory management problems.
As for other things, submit does check to see if you use the C++ string library (#include <string>) and if so it will NOT accept your project - additionally you should not use the C string libraries as well because your strings must NOT be "null terminated" (you will lose substantial points if they are).
Finally submit does check to make sure you have #included the <cstdlib> library as it is necessary for the std::exit() function (and for the checkMemory program to work properly).
Yes. Although not explicitly required on the project description the course syllabus specifies that the cxx compiler must be used with -w0 and -std strict_ansi options unless explicitly permitted otherwise.
If you fail to use both these options in your makefile you will be deducted AT LEAST 10 POINTS.
Meaning delete any old executable files (like a.out) and delete the cxx_repository directory (if it exists). See project #2 FAQ for more detailed information about quota and other related items.
Project #7 is due by 11PM on SUNDAY, May 9th, 2004. As always, students should strive to submit a working project that passes primary one or more days "early" and then finish up any last minute special case testing and "cleaning up of code" and submit the final "polished" version the day the project is due.
Submit is now accepting project #7 and you must include all of your .h (header) files as well as your source files - note that submit will check your project using the posted main.cc file and if it does not work properly with that main.cc file you will receive a 0 on this project.
None posted.
|
See the class syllabus for policies concerning email Last Modified: Fri May 7 09:45:56 EDT 2004 |
|
|
|
|
|