User Tools

Site Tools


haas:spring2020:cprog:projects:gfo0

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:gfo0 [2018/10/22 18:52] – external edit 127.0.0.1haas:spring2020:cprog:projects:gfo0 [2020/03/27 14:25] (current) – [Submission] wedge
Line 31: Line 31:
  
 The **status** tool has an option that will take all your **status** data and 'flatten' it... converting all the necessary data into one stream of values. To obtain this data, simply run the **status** tool, providing your course desig, as well as the **flatten** argument and the file **DESIG.status.flat** will be created in your current working directory. The **status** tool has an option that will take all your **status** data and 'flatten' it... converting all the necessary data into one stream of values. To obtain this data, simply run the **status** tool, providing your course desig, as well as the **flatten** argument and the file **DESIG.status.flat** will be created in your current working directory.
 +
 +Your program is to read in values from the cprog.status.flat file each time. No hardcoding of values! As more data items are added to your status display, and upon generation of a new flattened datafile, your program should automatically pick up and work with the new values.
 +
 +The user is responsible for generating the flattened data file. Do NOT have your program generate one on each run (again, data does not change that often); I will deduct points if this is the case.
  
 For example: For example:
Line 112: Line 116:
  
 <code> <code>
-78:gfo0:final tally of results (78/78) +78:cnv0:final tally of results (78/78) 
-*:gfo0:gfo0.c submit via submit tool [4/4+*:cnv0:proper error checking and algorithmic approach [13/13
-*:gfo0:gfo0.c no negative compiler messages [4/4] +*:cnv0:correct numbers obtained and results processed [13/13] 
-*:gfo0:gfo0.c is pushed to lab46 repository [5/5] +*:cnv0:proper output formatting per specifications [13/13] 
-*:gfo0:gfo0.c implements specified algorithms [13/13] +*:cnv0:runtime tests of submitted program succeed [13/13] 
-*:gfo0:gfo0.c uses loops, arrays, and file operations [13/13] +*:cnv0:no negative compiler messages for program [13/13] 
-*:gfo0:gfo0.c adequate indentation and comments [13/13] +*:cnv0:code is pushed to lab46 repository [13/13]
-*:gfo0:gfo0.c output conforms to specifications [13/13] +
-*:gfo0:gfo0.c values displayed in output are correct [13/13]+
 </code> </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 consistent, sensible indentation to promote scope and clarity will be subject to a 25% overall deduction
 +  * Solutions not organized and easy to read are subject to a 25% overall deduction
haas/spring2020/cprog/projects/gfo0.1540234345.txt.gz · Last modified: 2018/10/22 18:52 by 127.0.0.1