Ask your own question, for FREE!
Computer Science 12 Online
OpenStudy (anonymous):

c++ : How do I read a comma-delimited text file with rows in the form of "City, HiTemp, LowTemp" into 3 parallel arrays of the same names?

OpenStudy (anonymous):

what do you mean by "3 parallel arrays of the same names"

OpenStudy (anonymous):

thats called parsing a file I usually use XML for this but in C++ comma delimited file is possible just import the text file into the program tell it to extract the contents and then parse it......that should be enough key words to get you googling

OpenStudy (anonymous):

you can also use the preprocessor

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!