Input/Output Example:
i. Input:
./cs430_hwEC -L 0.25 > hwEC.xpm
ii. Output:
Here is the XPM image file.
3. Grading Scheme
- HW 3 features correct : 1 point
- Parsing input file correct : 1 point
- Bezier curve evaluation/drawing correct : 3 points
4. Submission Guidelines:
- Assignments must be submitted via WebCT.
- README file: explain the features of
your program, language and OS used, compiler or interpreter used,
name of file containing main(), and how to compile/link your program. Word documents will NOT be accepted.
- All source code. Your code must compile and run
on tux (Linux). MacOS X is a negotiable
possibility. The TA will use one of these as the test platform.
- You may program in any language you like as long it can produce
a usable executable on tux. Please contact
the TA if you plan on using something other than C, C++ or Java.
- Your program will be run by the TA. Please do
NOT submit any image files, Visual C++ project files, or anything not requested
in this section. Your program must run on tux without the
installation of "special" libraries.
- Makefile (optional but appreciated): have the default
rule compile your program.
- Points will be deducted if submission guidelines are not followed.
- Further details about WebCT
- You can reach WebCT through DrexelOne.
- Choose Computer Graphics among your list of courses. There is an "assignments" link in
the left frame which will give you the list of assignments in the right frame.
- Click on the assignment you wish to submit.
- Find your file and click Upload button.
- Hit Submit button. DO NOT FORGET TO HIT THE SUBMIT BUTTON AFTER YOU UPLOAD ALL YOUR FILES.
NOTE: Your source code for all programming assignments will be run through
a plagiarism detection system. This program uses compiler techniques which
are invariant of syntax and style. If you are sharing code with other classmates,
you will get caught. Please refer to the student
handbook for actions that will be taken.
Last modified on October 24, 2006.