Hello all:
My program need to read files with numbers as:
1,171.11
1,159.36
1,154.05
Because these numbers can not be calculated in C/C++, I need to store then in the arrays as:
1171.11
1159.36
1154.05
that is without commas.
How read numbers in a file into program arrays taking away commas?
Could you help me?



LinkBack URL
About LinkBacks



