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

Thread: Visual C++ I/O

  1. #1
    Guest

    Visual C++ I/O

    I am having some dificulty with Visual C++ I/O. I really dont know where to start. All I want to do is have some data and save it in a file. Then be able to reopen that file
    and read the data. I know the good old fstream routines, but there must be a way using CFile or something like that to do this.
    If anyone knows a good place to look for help, please reply to this post.


  2. #2
    Join Date
    May 1999
    Posts
    388

    Re: Visual C++ I/O

    You can look the book Using Visual C++ 5 by Kate Gregory. It was a very good chapter on CFile are related stuff.


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