Kavitha J
04-09-2007, 12:48 PM
Windows? The only difference I have encountered is fork/exec calls that is there in Unix. Is there any other difference?
dvari
04-09-2007, 04:00 PM
The language itself is not different.
Writing applications for the OSes is different because of things like how the underlying OS manages resources such as processes, threads, semaphores, mutexes, pipes, etc. Unix (and Linux) generally use Posix, while Windows is its own animal.
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.