Quote:
|
Originally Posted by nvictor
I don't know what a POSIX is yet
|
POSIX is the environment used in the *nix world, it is not compatible with dos/windows not even compatible within different sections of the *nix world.
So some POSIX compliant code which will work on *BSD, might not work on the Linux platform.
But thats what you venture into, when dealing with system dependant coding.