
4 Jun
2009
4 Jun
'09
7:09 p.m.
I have to parse the file, the contents of which(with a header) is below and stuff the double part only to std::vector<double>:
"A","B","C","D" 1,2,3,4 5,6.7,8 ........
Oops, there were typos .. the file reads like this: "A","B","C","D" 1.0,2.0,3.0,4.0 5.0,6.0,7.0,8.0 I have still to find the solution though :(