User Tools

Site Tools


haas:summer2017:cprog:projects:sfa0

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:summer2017:cprog:projects:sfa0 [2017/07/26 15:57] – [Program] wedgehaas:summer2017:cprog:projects:sfa0 [2017/07/26 15:59] (current) – [Methods of file access] wedge
Line 167: Line 167:
   * close   * close
  
-We'll be specifically focusing on opening, reading, and closing files for this project.+We'll be specifically focusing on opening, reading, writing, and closing files for this project.
  
 A point of distinction on "write" vs. "append": when you open a file for writing, you start from its beginning, overwriting and existing content; when you open for appending, you start at its end, adding to (appending) existing content. A point of distinction on "write" vs. "append": when you open a file for writing, you start from its beginning, overwriting and existing content; when you open for appending, you start at its end, adding to (appending) existing content.
Line 357: Line 357:
  
 <cli> <cli>
-$ submit cprog fcc0 fcc0.c +$ submit cprog sfa0 sfa0.c sfa0.out 
-Submitting cprog project "fcc0": +Submitting cprog project "sfa0": 
-    -> fcc0.c(OK)+    -> sfa0.c(OK) 
 +    -> sfa0.out(OK)
  
 SUCCESSFULLY SUBMITTED SUCCESSFULLY SUBMITTED
Line 365: Line 366:
  
 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.
- 
-What I'll be looking for: 
- 
-<code> 
-78:fcc0:final tally of results (78/78) 
-*:fcc0:project submitted [6/6] 
-*:fcc0:FCC game adequately implemented [6/6] 
-*:fcc0:consistent and relevant commenting [6/6] 
-*:fcc0:consistent indentation [6/6] 
-*:fcc0:output consistent with project specifications [6/6] 
-*:fcc0:compiles with no messages generated [6/6] 
-*:fcc0:correct operation (run 1/4) [6/6] 
-*:fcc0:correct operation (run 2/4) [6/6] 
-*:fcc0:correct operation (run 3/4) [6/6] 
-*:fcc0:correct operation (run 4/4) [6/6] 
-*:fcc0:intro function works and used [6/6] 
-*:fcc0:display function works and used [6/6] 
-*:fcc0:chkmove function works and used [6/6] 
-</code> 
haas/summer2017/cprog/projects/sfa0.1501084662.txt.gz · Last modified: by wedge