This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2021:cprog:projects:cbf0 [2021/03/01 14:02] – [Evaluation Criteria] wedge | haas:spring2021:cprog:projects:cbf0 [2021/03/22 14:53] (current) – [Submission] wedge | ||
---|---|---|---|
Line 63: | Line 63: | ||
* a - open file for appending (add to end) | * a - open file for appending (add to end) | ||
- | If we wanted to open the file " | + | If we wanted to open the file " |
<code c> | <code c> | ||
- | input = fopen (" | + | input = fopen ("in/sample0.txt", |
</ | </ | ||
Line 108: | Line 108: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
> | > | ||
[abcdefghijklmnopqrstuvwxyz] | [abcdefghijklmnopqrstuvwxyz] | ||
Line 117: | Line 117: | ||
)!@# | )!@# | ||
. | . | ||
- | lab46: | + | lab46: |
</ | </ | ||
Line 125: | Line 125: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
00000000: 3e41 4243 4445 4647 4849 4a4b 4c4d 4e4f > | 00000000: 3e41 4243 4445 4647 4849 4a4b 4c4d 4e4f > | ||
00000010: 5051 5253 5455 5657 5859 5a3c 0a5b 6162 PQRSTUVWXYZ< | 00000010: 5051 5253 5455 5657 5859 5a3c 0a5b 6162 PQRSTUVWXYZ< | ||
Line 137: | Line 137: | ||
00000090: 4546 3a48 4558 4144 4543 494d 414c 0a29 EF: | 00000090: 4546 3a48 4558 4144 4543 494d 414c 0a29 EF: | ||
000000a0: 2140 2324 255e 262a 280a 2e0a !@# | 000000a0: 2140 2324 255e 262a 280a 2e0a !@# | ||
- | lab46: | + | lab46: |
</ | </ | ||
Line 183: | Line 183: | ||
<cli> | <cli> | ||
- | system: | + | system: |
00000000: 3e 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f > | 00000000: 3e 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f > | ||
00000010: 50 51 52 53 54 55 56 57 58 59 5a 3c 0a 5b 61 62 PQRSTUVWXYZ< | 00000010: 50 51 52 53 54 55 56 57 58 59 5a 3c 0a 5b 61 62 PQRSTUVWXYZ< | ||
Line 200: | Line 200: | ||
<cli> | <cli> | ||
- | system: | + | system: |
00000000: 3e 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f > | 00000000: 3e 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f > | ||
00000010: 50 51 52 53 54 55 56 57 58 59 5a 3c 0a 5b 61 62 PQRSTUVWXYZ< | 00000010: 50 51 52 53 54 55 56 57 58 59 5a 3c 0a 5b 61 62 PQRSTUVWXYZ< | ||
Line 216: | Line 216: | ||
#include < | #include < | ||
- | int main (void) | + | int main () |
{ | { | ||
struct winsize terminal; | struct winsize terminal; | ||
Line 404: | Line 404: | ||
* Submit a copy of your source code to me using the **submit** tool. | * Submit a copy of your source code to me using the **submit** tool. | ||
- | To submit this program to me using the **submit** | + | To submit this program to me using the **submit** |
<cli> | <cli> | ||
- | $ submit | + | lab46: |
- | Submitting cprog project " | + | ... |
- | -> cbf0.c(OK) | + | |
- | + | ||
- | SUCCESSFULLY SUBMITTED | + | |
</ | </ | ||
Line 422: | Line 419: | ||
< | < | ||
65: | 65: | ||
- | *:cbf0:cbf0.c compiles | + | *:cbf0:obtained via grabit by Sunday before deadline [5/5] |
- | *:cbf0:cbf0.c pushed | + | *:cbf0: |
- | *:cbf0:cbf0.c code conforms | + | *:cbf0:program compiles with no warnings [5/5] |
- | *:cbf0:cbf0 runtime | + | *:cbf0:program performs stated task/ |
+ | *: | ||
+ | *:cbf0:proper error checking and status reporting performed [5/5] | ||
+ | *:cbf0:code implements solution using relevant concepts [5/5] | ||
+ | *:cbf0:code updates committed/ | ||
+ | *:cbf0:code uses correct variable types and name lengths [5/5] | ||
+ | *:cbf0:project | ||
+ | *:cbf0:project is submitted on lab46 using 'make submit' | ||
+ | *:cbf0:project is submitted with pi and lab46 binaries [5/5] | ||
+ | *:cbf0:runtime | ||
</ | </ | ||
Additionally: | Additionally: | ||
- | * Solutions not abiding by spirit | + | * Solutions not abiding by **SPIRIT** |
- | * Solutions not utilizing descriptive why and how comments | + | * Solutions not utilizing descriptive why and how **COMMENTS** |
- | * Solutions not utilizing | + | * Solutions not utilizing |
- | * Solutions | + | * Solutions |