Hi every one,

I would like your help.

I want to run my c++ program using a input data file. Into the file I declare some paramaters. For instance, my input data file could be:

input.dat

2 //Minimum frequency
10 //Maximum frequency
15 //Binning number

So, I want to read only the numbers (2,10,15), but I don't know how can I do it..

Any idea..??

Thanks

Manuel