This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2018:cprog:projects:dtr0 [2018/08/19 16:07] – [Review of Compiling/Executing] wedge | haas:fall2018:cprog:projects:dtr0 [2018/08/19 16:10] (current) – [Submit Tool Usage] wedge | ||
---|---|---|---|
Line 172: | Line 172: | ||
* Early submissions can earn 1 bonus point per day in advance of the posted due date. | * Early submissions can earn 1 bonus point per day in advance of the posted due date. | ||
* All code must compile cleanly (no warnings or errors) | * All code must compile cleanly (no warnings or errors) | ||
- | * Use the **-Wall** and **--std=c99** flags when compiling. | + | * Use the **-Wall** and **--std=gnu99** flags when compiling. |
* all requested functions must be implemented in the related library or program | * all requested functions must be implemented in the related library or program | ||
* all requested functionality must conform to stated requirements (either on this project page or in comment banner in source code files themselves). | * all requested functionality must conform to stated requirements (either on this project page or in comment banner in source code files themselves). | ||
Line 218: | Line 218: | ||
*:dtr0:no compiler warnings nor errors for dtr0.c [4/4] | *:dtr0:no compiler warnings nor errors for dtr0.c [4/4] | ||
</ | </ | ||
+ | |||
+ | Additionally: | ||
+ | * Solutions not abiding by spirit of project will be subject to a 25% overall deduction | ||
+ | * Solutions not utilizing descriptive why and how comments will be subject to a 25% overall deduction | ||
+ | * Solutions not utilizing indentation to promote scope and clarity will be subject to a 25% overall deduction | ||
+ | * Solutions not organized and easy to read (assume a terminal at least 90 characters wide, 40 characters tall) are subject to a 25% overall deduction |