Any code, that puts 4-2 values to order?You should put the scores in an array, then you could use qsort. [code] #include <stdlib.h> /* F...
How to copy a binary file from a "input stream binary file"Put this with your includes: [code] #include <io.h> #include <fcntl.h> [/code] and put the ...
How to copy a binary file from a "input stream binary file"For windows you could try: [code] _setmode( _fileno( stdin ), _O_BINARY ); [/code] For u...
what is the linux command counter part of system("pause")?Sorry, Duoas. I was out of line.
what is the linux command counter part of system("pause")?---
This user does not accept Private Messages