Does the 'power' of the C language change with the OS under which it is used ? What exactly is the difference , from a programmer's point of view ?
PS : I want to dive deep into 'C' (Advanced C) and have an affinity towards C under UNIX . Is it better than C under Windows ? Please also comment on creating applications in each environment .
fork()is part of Unix, not part of C. So your question is a bit like: "Is English more powerful in the US or in the UK? I know that they drive on the right side in the US." – Caleb Nov 10 '12 at 13:30