The Wayback Machine - https://web.archive.org/web/20110921214807/http://www.codeguru.com:80/cpp/cpp/algorithms/portabilityissues/

    Portability Issues

    Working with INI Configuration Files Cross-Platform (Win32/Un*x, MBCS/Unicode)

    Win32 has a built-in INI file API, but writing cross-platform code is difficult because these functions aren't available on Linux.

    Portability of the STL remove_if Algorithm (or The Lack of)

    The standard template library [JOS99] defines the remove_if algorithm. However, the standards don't define the implementation. Be careful to avoid portability issues if you use this algorithm.