According to this code .....
Code:
while (!out.atEnd()) { } out << Hora ; out << "\n"; file.close(); }
The output file for example is:
10:30:20
10:30:21
10:30:22
10:30:23
....
...
....
How can we make the output be:?
10:30:23
10:30:22
10:30:21
10:30:20
....
...
....
thanks
