--- date: "2004-01-11T01:35:50Z" title: Mozilla's C++ Portability Guide --- <p> <a href='http://www.mozilla.org/hacking/portable-cpp.html'>Mozilla's C++ Portability Guide</a>. Brief summary: Don't use anything in C++. No templates, no <acronym title='Run-Time Type Information'>RTTI</acronym>, no namespaces. Good read though. </p>