User Profile
Collapse
-
how to use struct function
how to use struct function as it pertains to reading data from a file and storing it ? -
hey thannks well i know how to open the file and read from the file.
example of wat the file.csv contains is this:
GA,0,2226444650 ,5,16/9/6,22:00:40
GA,1,76804458,5 ,16/9/6,22:00:44
GA,2,345317295, 5,16/9/6,22:00:47
which represents
Label,Count,ID, Type,Date,Time
separated by commas
now i need to store the count in a vector(that is the 1 2 and 3) for future... -
how to read a file and store it in a vector?
hey i have a data.csv file which has something like this...
Label,Count,Typ e,Time
the values for each count and type and time is some numbers rite and is separated by commas in the text file as seen.
wat i want to do is the like say for example......
i want to take all the values of say "type" and store it maybe in a vector so that i can use it for use. I was looking at some split...
No activity results to display
Show More
Leave a comment: