Introduction

The typical definition of portability goes something like this:

Portability is a measure of how easily software can be made to execute successfully on more than one operating system or platform.

This definition, however, is only a starting point. To truly define the term portability, one must consider more than the mere fact that the software can be made to execute on another operating system. Consider the following C++ code:

Image

Most readers will agree that the preceding code will compile and execute on just about any platform that supports a decent C++ compiler.

However, potential problems lurk, even in code as simple as this. Let’s ...

Get Cross-Platform Development in C++: Building Mac OS X, Linux, and Windows Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.