|
Boost : |
Subject: Re: [boost] [spirit]
From: Chandrashekhar Kumar (iitk.cs_at_[hidden])
Date: 2009-06-04 15:09:45
>
> 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 :(
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk