User Tools

Site Tools


haas:fall2019:c4eng:projects:fwf0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2019:c4eng:projects:fwf0 [2019/10/28 12:42] – [Program] wedgehaas:fall2019:c4eng:projects:fwf0 [2019/10/28 13:09] (current) – [Grabbing project resources] wedge
Line 23: Line 23:
 If there is some fictional country, other state/county/canton, or organization symbol you would like to implement instead, you are welcome to (so long as they conform to the difficulty levels specified below). If there is some fictional country, other state/county/canton, or organization symbol you would like to implement instead, you are welcome to (so long as they conform to the difficulty levels specified below).
  
-You are tasked with creating two different flags (this can be in the same program, or in the form of two separate programs, your choice), of differing levels of complexity. Namely, one "intermediate" flag, and one "medium" flag.+You are tasked with creating two different flags (from one program), of differing levels of complexity. Namely, one "intermediate" flag, and one "medium" flag.
  
 Difficulties are defined as follows: Difficulties are defined as follows:
Line 78: Line 78:
 <cli> <cli>
 lab46:~/src/c4eng$ grabit c4eng fwf0 lab46:~/src/c4eng$ grabit c4eng fwf0
 +make: Entering directory '/var/public/fall2019/c4eng/fwf0'
 +'/var/public/fall2019/c4eng/fwf0/Makefile' -> '/home/wedge/src/c4eng/fwf0/Makefile'
 +'/var/public/fall2019/c4eng/fwf0/fwf0.c' -> '/home/wedge/src/c4eng/fwf0/fwf0.c'
 +make: Leaving directory '/var/public/fall2019/c4eng/fwf0'
 +lab46:~/src/c4eng$ 
 </cli> </cli>
  
 +At which point you can change into the newly created and populated **fwf0** directory.
 =====Compiling===== =====Compiling=====
 Since the grabit brought in a Makefile, you can compile your code simply by typing: **make** Since the grabit brought in a Makefile, you can compile your code simply by typing: **make**
Line 119: Line 125:
 <code> <code>
 78:fwf0:final tally of results (78/78) 78:fwf0:final tally of results (78/78)
-*:cnv1:proper error checking and status reporting performed [13/13] +*:fwf0:proper error checking and status reporting performed [13/13] 
-*:cnv1:correct variable types and name lengths used [13/13] +*:fwf0:correct variable types and name lengths used [13/13] 
-*:cnv1:proper output formatting per specifications [13/13] +*:fwf0:proper output formatting per specifications, flag 1 [13/13] 
-*:cnv1:runtime tests of submitted program succeed [13/13] +*:fwf0:proper output formatting per specifications, flag 2 [13/13] 
-*:cnv1:no negative compiler messages for program [13/13] +*:fwf0:no negative compiler messages for program [13/13] 
-*:cnv1:code is pushed to lab46 repository [13/13]+*:fwf0:code is pushed to lab46 repository [13/13]
 </code> </code>
  
haas/fall2019/c4eng/projects/fwf0.1572266576.txt.gz · Last modified: 2019/10/28 12:42 by wedge