aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2004-01-11-mozilla-s-c-portability-guide.html
blob: e998a2ecaeb09a55038916f1de7bad1bfb56ae56 (plain)
1
2
3
4
5
6
7
8
9
---
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>