< .. > C++ Portability
how to write portable code
- how much portability do you need?
- check behind you, but keep looking ahead
- know the language, follow the standard
- stay away from the dark corners of C++
- use C++'s portability tools
- build on top of portable libraries
- facing portability problems