p2: hotel management system

p2: hotel management system

You cannot submit for this problem because the homework's deadline is due.

Description

Check the details of the project on canvas.

We will only check whether your project can compile on the OJ.

The compile command is

gcc -Wall -pedantic -Werror -Wno-unused-result -DNDEBUG -std=c11 -o hotel hotel-main.c hotel-mt.c hotel-db.c hotel-ll.c -lm

-Wall and -pedantic will open all of the warnings in gcc and -Werror will cause a compile error if you have any warning in your program. We use C Standard 11 and you can only use the maths library in this project.

Please submit all of your files in a .tar file (including your .c, .h, and README).

Project 2

Not Claimed
Status
Finished
Problems
1
Open Since
2018-06-23 20:00
DDL
2018-07-10 14:00
Extension
240.0 hour(s)