posted 18 years ago
yeah, that the idea, sorry being so confused.
have a program called super pi, and prints out to a
text file many pii numbers, and then try resort it
by removing any spaces etc and writing out line of
100 numbers to output file at a time the enter.
my thought is that the file whice im deal with is
like 35mb full off numbers, and reading into a vector
chunk of like 10000 numbers at time then, printing it
out to file 100 numbers at once, then enter, next 100 numbers
and so on.
maybe im bit offtrack cos i might not need that vector after all
just thought that it would be faster with a vector or an array[].
:roll: