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...