Homework Introduction
VE482 Project 1
The final pretest doesn't count towards grade, please submit your shell in the final shell homework.
The project have three stages:
- Milestone 1: tasks 1 to 5 must be completed by September 25th;
- Milestone 2: tasks 6 to 9 must be completed by October 6th;
- Final shell: due on October 16th, 10% bonus before Oct 14th 11:00 am;
You can resubmit your code to test the previous stages, but it doesn't count into grades.
(eg. You can submit both milestone 1 and 2 in stage 2, but only the score of milestone 2 will be admitted.)
If you are using GNU Make and you meet an compile error like
error: implicit declaration of function 'xxx' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
It is because you didn't use the gnu standard of c. Add -std=gnu11
instead of -std=c11
to resolve this problem.
All of the test cases can be found in https://github.com/tc-imba/VE482-FA2018-public/tree/master/p1
Problem
Problem |
---|
#1: p1: milestone 1 |
#2: p1: milestone 1 (memory check) |
#3: p1: milestone 2 |
#4: p1: milestone 2 (memory check) |
#5: p1: final pretest |
#6: p1: final pretest (memory check) |
- Status
- Finished
- Problems
- 6
- Open Since
- 2018-10-12 23:00
- DDL
- 2018-10-20 11:00
- Extension
- 0.0 hour(s)