how to access notepad data using C++

Discussion in 'C++' started by badwl24, Sep 19, 2009.

  1. badwl24

    badwl24 New Member

    Joined:
    Sep 19, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    India
    Hello Sir....
    I have saved some data(like part1, part2, part3 etc.) in notepad, so i need to program in C++ so that i can access those data from that notepad and have to present them in matrices form like

    part1 part2 part3 .......
    part1

    part2

    part3
    .
    .
    .
    and have to show some relation between them.....
    can u kindly give me the C++ code for this......
    i wl be very thankful to U....
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Do you mean to say in a text file or in notepad window ?
     
  3. badwl24

    badwl24 New Member

    Joined:
    Sep 19, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    India
    yes....

    as i said.. i have text data in notepad format from where i have to read those data inside the notepad and present them in matrics format....
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Then do the file reading
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice