How read from .csv file?

Discussion in 'C' started by Yumin, Jan 21, 2012.

  1. Yumin

    Yumin New Member

    Joined:
    Jan 21, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello all:
    I am accustomed to read/write txt/ASCII file with ifstream/ofstream.

    Supposed now the file is aaa.csv, the data are:

    01/10/12 100.01
    01/11/12 101.02
    01/12/12 102.03
    01/13/12 105.03
    01/14/12 107.07

    I need to read them into my program variables. the 1st column into "string date[5];" and the 2nd column into "float price[5];"

    What is the way/codes for me to achieve that?
     

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