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

Threaded View

  1. #2
    Join Date
    Apr 2004
    Location
    Canada
    Posts
    1,342

    Re: Mixing istream and FILE*

    You may find this article useful. It shows how to convert between fstream and FILE* handles, going through C file descriptors as an intermediate step. It might only work on Windows, though, as the article also mentions native Windows file handles.
    Last edited by HighCommander4; May 6th, 2010 at 05:56 PM.
    Old Unix programmers never die, they just mv to /dev/null

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