Mozilla's C++ Portability Guide

January 11, 2004

Mozilla's C++ Portability Guide. Brief summary: Don't use anything in C++. No templates, no RTTI, no namespaces. Good read though.