Linked by Thom Holwerda on Fri 27th Jul 2012 12:41 UTC
Thread beginning with comment 528566
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
If you don't do UI, the OS hasn't mattered in 10 years (posix, stdc++ etc).
Well that is assuming POSIX and other wrappers are good enough across all OS.
15 years ago when I was writing server software in C, besides POSIX calls, we had lots of #ifdefs for APIs not covered by POSIX.
For those that are not aware, UNIX != POSIX, if you need to support all major vendors across different versions.
OpenVMS and OS/400 are also not that C and C++ friendly, even with their "POSIX" environments.




Member since:
2005-07-08
Actually for me, the OS stopped to matter when I switched full time to JVM/CLR based development.
--
Paulo