C++ Programming/Code/Cross-Platform
From Wikibooks, the open-content textbooks collection
< C++ Programming | Code
[edit] Cross-Platform development
The section is to introduce programmer to programming with the aim of portability across several OSs environments. In today’s world it does not seem appropriate to constrain applications to a single operating system or computer platform, and there is an increasing need to address programming in a cross platform manner.
[edit] Darwin and Mac OS X
Both Mac OS X version 10.x.x and "pure" Darwin systems can be to as Darwin, since Mac OS X is actually a superset of Darwin.