Submitting Assignments Through ETUDESSubmitting your assignments online involves two steps:
1. Include in one file all the files needed to run your projectYou will be submitting only one file per assignment. In some classes (such as CSIT 802 and 839) your code normally will require only one file, the .cpp file containing the code you wrote. If so, go directly to Step 2. However, for other classes, such as CSIT 808, 809, 832, 836, 840, 861, 870 and 895, your code may require more than one file. In that event, you will need to "zip" your files. "Zipping" files means containing a number of files in one file with a .zip extension, which is also called a "zip file." Zipping your files has two advantages. First, only one file, not many, is sent. Second, the zip file usually compresses the contained files, reducing their size and consequently the time needed for you to upload (and me to download) them.
The next issue is which files to zip. This depends on your class. For C++ console projects, such as those done in CSIT 832, 836 and 840, just zip the .cpp and .h files necessary to run your application (I can recreate the project on my computer with just those files). Don't send me your project folde For other classes, involving C++, C# or Visual Basic windows (or web) projects (CSIT 808, 861, 870, 895), do send me your project folder, assuming you follow my advice to keep your assignment files in one subfolder that has no other files. Then, you simply zip the entire folder, including any subfolders. Note: In some projects, please first use the Build > Clean menu option to delete intermediate files that otherwise would add dramatically to the size of your upload. I can re-create these intermediate files when I run your project on my computer. Note on Hidden Extensions Some computers, including those in the CSIT labs, may be configured to hide extensions of known file types. Thus, if you name your .cpp file badprogram.cpp, it really may be named badprogram.cpp.cpp (note the double .cpp extension). Similarly, if you name your .zip file lousyfiles.zip, it really may be named lousyfiles.zip.zip (note the double .zip extension). 2. Post your file.Follow these simple 32,767 (just kidding) 10 steps:
|