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

Thread: Files

  1. #1
    Guest

    Files

    How can I read in values from a file.( like a list of items) and be able to pick one out of that list??any Ideas for me???



  2. #2

    Re: Files

    very general question
    look for example at cfile class, it ha s member seek()
    with this you can move thru file
    internal file organization has to be your problem


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