User: dirk

  • Public profile

User profile: dirk

User info
User name:dirk
History
Joined:
Number of posts:35
Latest posts:

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