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

Threaded View

  1. #1
    Join Date
    Nov 2007
    Location
    Birmingham, England
    Posts
    157

    [Resloved]How do you write you're own iostream?

    Hi I'd like to make my own iostream class (for sockets).
    I'm looking http://www.cplusplus.com/reference/ but it seems to be written more for those using streams than those writing them.

    Dose anyone know where I can find an example of how do do this.

    Thanks
    Last edited by couling; January 11th, 2008 at 04:15 PM. Reason: [Resolved]

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