how can it be faster?
here, Program wait for an input......Qt Code:
while ((choice=getchar()) != '0' ) {To copy to clipboard, switch view to plain text mode
how can it be faster?
here, Program wait for an input......Qt Code:
while ((choice=getchar()) != '0' ) {To copy to clipboard, switch view to plain text mode
Regards
try f.flush() before the close then...
doesn't work but this is ok:
Regards
Bookmarks