This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:fall2022:cprog:projects:cbf0 [2022/10/02 14:52] – [Evaluation Criteria] wedge | haas:fall2022:cprog:projects:cbf0 [2022/10/04 20:29] (current) – [Submission] wedge | ||
---|---|---|---|
Line 437: | Line 437: | ||
* Code must compile cleanly (no warnings or errors) | * Code must compile cleanly (no warnings or errors) | ||
- | * Use the **-Wall** and **--std=gnu99** flags when compiling. | + | * Use the **-Wall** and **--std=gnu18** flags when compiling. |
* Code must be nicely and consistently indented (you may use the **indent** tool) | * Code must be nicely and consistently indented (you may use the **indent** tool) | ||
* Code must utilize the algorithm/ | * Code must utilize the algorithm/ |