On Mon, 2003-06-09 at 16:45, Brad Beveridge wrote:
> Any OS specific stuff that they need (like finding files) should be
> easy to resolve with a quick google.
I've heard that the following are the big differences. (I've only
programed on Posix.)
* File permissions are different, but you rarely code this into
your programs.
* Process control, such as starting programs and threads, is
completely different. (Threads are simpler on Posix than
Windows, IMHO.)
* GUI programs are quite different. A summary of the differences
is available from
http://developer.gnome.org/doc/API/2.0/gtk/gtk-x11.html
--
Michael JasonSmith http://www.cosc.canterbury.ac.nz/~mpj17/