Homework Introduction
VE482 Project 1
The project have three stages:
- Milestone 1: tasks 1 to 5 must be completed by September 22th;
- Milestone 2: tasks 6 to 9 must be completed by September 30th;
- Final shell: due on October 9th;
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.
Problem
Problem |
---|
#1: p1 milestone 1 |
#2: p1: milestone 1 (memory check) |
#3: p1 milestone 2 |
#4: p1: milestone 2 (memory check) |
- Status
- Finished
- Problems
- 4
- Open Since
- 2019-09-24 00:00
- DDL
- 2019-09-30 23:59
- Extension
- 216.0 hour(s)