CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Richard.J

Search: Search took 0.26 seconds.

  1. Re: custom streambuf for use with std::fstream?

    Ah, this looks promising and is part of 1.45.0 which is what I am currently using.

    Thanks again.
  2. Re: custom streambuf for use with std::fstream?

    Yes, opening the file n times would be simple, but I want to get rid of the eof check which would involve checking if the data section has reached its end. I do need a seekable stream, I will have a...
  3. custom streambuf for use with std::fstream?

    I have an application which uses several files to store its data.
    The data is organized to store all current data like this, and additionally the data is moved to a single file after a specific time...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured