According to this code .....
Qt Code:
while (!out.atEnd()) { } out << Hora ; out << "\n"; file.close(); }To copy to clipboard, switch view to plain text mode
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


Reply With Quote

Bookmarks