This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2019:c4eng:projects:fwf0 [2019/10/28 12:27] – wedge | haas: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/ | If there is some fictional country, other state/ | ||
- | 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 " | + | You are tasked with creating two different flags (from one program), of differing levels of complexity. Namely, one " |
Difficulties are defined as follows: | Difficulties are defined as follows: | ||
Line 51: | Line 51: | ||
=====Program===== | =====Program===== | ||
- | It is your task to write a program | + | It is your task to write a program that generate a total of two different flag images, hosted under your lab46 webspace under a **fwf0/** directory, named and accessible as follows: |
* fwf0/ | * fwf0/ | ||
Line 78: | Line 78: | ||
<cli> | <cli> | ||
lab46: | lab46: | ||
+ | make: Entering directory '/ | ||
+ | '/ | ||
+ | '/ | ||
+ | make: Leaving directory '/ | ||
+ | lab46: | ||
</ | </ | ||
+ | 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: | ||
< | < | ||
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 | + | *:fwf0:proper output formatting per specifications, |
- | *: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] |
</ | </ | ||