<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reading a binary file in C++ and determining EOF in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660900#M722951</link>
    <description>Like Clay said, there is no EOF characters, only a condition where your read returns an EOF. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does this make sense?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Fri, 08 Feb 2002 13:21:15 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-02-08T13:21:15Z</dc:date>
    <item>
      <title>Reading a binary file in C++ and determining EOF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660897#M722948</link>
      <description>When using C++ to read a graphic (binary) file that may contain characters equivilent to EOF marker, how can I be certain that I have reached the end of file?</description>
      <pubDate>Thu, 07 Feb 2002 18:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660897#M722948</guid>
      <dc:creator>Kimberly Lewis</dc:creator>
      <dc:date>2002-02-07T18:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a binary file in C++ and determining EOF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660898#M722949</link>
      <description>Hi Kimberly:&lt;BR /&gt;&lt;BR /&gt;I assume that this is a UNIX question. There is no EOF character, one simply reads until no data is left.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 19:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660898#M722949</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-07T19:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a binary file in C++ and determining EOF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660899#M722950</link>
      <description>And to know you've read to the end of the file, perhaps you need to do a check of your current position relative to the size of the file.  Or just keep reading until your read returns an error.&lt;BR /&gt;&lt;BR /&gt;Are you using a good spec of the particular graphic file format you are trying to read in?</description>
      <pubDate>Fri, 08 Feb 2002 13:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660899#M722950</guid>
      <dc:creator>Chris De Angelis</dc:creator>
      <dc:date>2002-02-08T13:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a binary file in C++ and determining EOF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660900#M722951</link>
      <description>Like Clay said, there is no EOF characters, only a condition where your read returns an EOF. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does this make sense?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 08 Feb 2002 13:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-binary-file-in-c-and-determining-eof/m-p/2660900#M722951</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-08T13:21:15Z</dc:date>
    </item>
  </channel>
</rss>

