i have a comma delimited file, an example entry below:
"AACC","Dec 9",21.60,"+0.60","+2.86%",9.77,N/A
and i want to only take the third element and feed it to a function in my c++ program. right now i can read in a line (like the line above) into my program but i just need to know how to step...
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.