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
haas:summer2017:cprog:projects:sfa0 [2017/07/26 15:58] – [Submission] 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.
haas/summer2017/cprog/projects/sfa0.1501084726.txt.gz · Last modified: by wedge