how to use data from a data file

I need to perform operations on data from .data file i am able to load the file but how to use the data and perform operations on it. The file had roughly around 200 entries.
It depends on how the data is stored and what it is.
the complete data is integers separated by ','.
are you using a library to read the file or are you just using an fstream?
It might help if you post your current code.

if you are using streams try having a look at this.
http://www.cplusplus.com/forum/general/146118/
it's a cfg parser i'm working on using only the std library.

anyways if you only have to read a lot of int's separated by commas it should be fairly simple.
post your code and ill see if i can figure something out.

btw. your initial question is a bit vague. Next time try adding some code and explain your problem a bit more in depth.
it worked, thanks for the help. and i'll keep the advice in mind for next time. thanks a lot.
Topic archived. No new replies allowed.