CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Difference between filestream and filebuf

    Hello to all, what is the difference between these two clasees ?

    fstream and stringstream derived from class stream.
    filebuf and stringbuf derived from class streambuf.

    And ofstream also used filebuf as its underlying implementation write to file.
    Besides that, we can derived from streambuf for custom use.

    Thanks.
    Last edited by Peter_APIIT; July 11th, 2009 at 05:10 AM.
    Thanks for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured