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

    Desperate for help-file processing

    I need to know how to prompt the user for a filename then open that file for reading.
    Then, from that file, I need to calculate marks.
    I don't understand how to do this, please help.


  2. #2
    Guest

    Re: Desperate for help-file processing

    Start with reading class CFile or CStdiofile


  3. #3
    Join Date
    Apr 1999
    Posts
    13

    Re: Desperate for help-file processing

    You can use CFileDialog , and use the structure of that for the further processing....
    this prompts you for the file name to be open ...

    good luck
    Samar


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