~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty-proposed

« back to all changes in this revision

Viewing changes to yo/iostreams/readwrite.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
retrieval of the location of lines.
94
94
        verbinclude(examples/readwrite.cc)
95
95
    Another example showing reading em(and) writing of files is provided by
96
 
the next program. It also illustrates the processing of i(ASCII-Z) delimited
97
 
strings:
 
96
the next program. It also illustrates the processing of NTB strings:
98
97
        verbinclude(examples/asciiz.cc)
99
98
 
100
99
    A completely different way to read and write streams may be implemented