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

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    1

    need help with reading text file from notepad in mfc

    Hello all user in here.. i am very new in here also very new using MFC.. i have assignment to submit this friday.. but still have no idea to read file from notepad using mfc.. my input file is adjecency matrix, need to read this file the i want to draw graph from this input... i manage to call notepad in mfc but now dont know how can i draw graph from this input of adjecency graph... PLSSSS HELP.. i am very appreciate with ur help..

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: need help with reading text file from notepad in mfc

    Take a look at the CStdioFile class for reading text files. Doesn't sound like you'd want to be calling Notepad.

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