CS 360, Programming Language Concepts, Summer
2014
Instructor
Krzysztof Nowak
e-mail:
kn33@drexel.edu
Office Hours: Monday, Wednesday, Friday 11:00 am - 11:50 pm, University
Crossings 109
Teaching Assistant
Mark Boady
e-mail:
mwb33@drexel.edu
Office Hours: Thursday
12:00 pm - 2:00 pm, 4:30 pm - 6:30 pm, University Crossings 147
Main Page of Mark' CS360 Links
CS 360 Programming Assignment 1 Submission Guidelines
- Assignments must be submitted via Email.
Email the Assignment to mwb33@drexel.edu
CC a copy to Professor Nowak kn33@drexel.edu
-
The Title of the Email must be CS 360: Programming Assignment 1
-
Attach all solutions in a single zip or tar.gz file. Name the file username_a1.zip or username_a1.tar.gz where username is your drexel login. For example, mine would be mwb33_a1.zip.
Here is a useful website for making zip/tar.gz/etc in linux: http://www.simplehelp.net/2008/12/15/how-to-create-and-extract-zip-tar-targz-and-tarbz2-files-in-linux/
-
In the body of the email list all the files you are submitting. Give the name of the compressed file and a list of the contents. If any files are missing/corrupted, then I will know what you submitted.
- Each file should contain:
- Your Name
- Comments documenting all functions included in the file
- Instructions on how to use the code
-
For Problem II, submit a makefile to built and run you code. Provide comments about which commands run which problems. For example, "make randlist" compiles the random list and "make rand100" makes a file with 100 random numbers.
- Submit a readme file containing the following:
- Your Name
- Email Address
- Example Execution Traces testing each of your functions. You should be running these on tux. You can just copy-paste all the text from the terminal. I should be able to duplicate exactly what you put in the readme.
- A PDF document with your answers to the analysis questions in Problem II.
- All your code MUST run on tux.cs.drexel.edu