Hi:
I am currently using the boost.spirit
example to process a csv file. Rather than stuffing all values in to a vector
as the example does what I’dx like to do is to determine how many columns
exist and stuff all values in to a multi-dimensional array.
What is the best way of doing this?
Cheers
Sean.