User Tools

Site Tools


haas:spring2020:cprog:projects:afn0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
haas:spring2020:cprog:projects:afn0 [2016/04/07 14:31] – external edit 127.0.0.1haas:spring2020:cprog:projects:afn0 [2020/03/29 20:12] (current) – [Submission] wedge
Line 3: Line 3:
 <WRAP><fs 150%>CSCS1320 C/C++ Programming</fs></WRAP> <WRAP><fs 150%>CSCS1320 C/C++ Programming</fs></WRAP>
 </WRAP> </WRAP>
- 
-~~TOC~~ 
  
 ======Project: MENTAL MATH - ALL FROM NINE (afn0)====== ======Project: MENTAL MATH - ALL FROM NINE (afn0)======
Line 241: Line 239:
  
   * Code must compile cleanly (no warnings or errors)   * Code must compile cleanly (no warnings or errors)
-    * Use the **-Wall** flag when compiling.+    * Use the **-Wall** and **<nowiki>--</nowiki>std=gnu99** flags when compiling.
   * Output must be correct, and resemble the form given in the sample output above.   * Output must be correct, and resemble the form given in the sample output above.
   * 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)
Line 262: Line 260:
  
 You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches. You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches.
 +
 +=====Evaluation Criteria=====
 +
 +What I will be looking for:
 +
 +<code>
 +78:afn0:final tally of results (78/78)
 +*:afn0:afn0.c compiles cleanly, no compiler messages [13/13]
 +*:afn0:afn0.c implements only specified algorithm [13/13]
 +*:afn0:afn0.c code conforms to project specifications [13/13]
 +*:afn0:afn0.c code committed and pushed to repository [13/13]
 +*:afn0:afn0 runtime output conforms to specifications [26/26]
 +</code>
 +
 +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
haas/spring2020/cprog/projects/afn0.1460039469.txt.gz · Last modified: 2016/04/07 14:31 by 127.0.0.1