diff options
Diffstat (limited to 'content/posts/2004-01-11-mozilla-s-c-portability-guide.html')
-rw-r--r-- | content/posts/2004-01-11-mozilla-s-c-portability-guide.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/posts/2004-01-11-mozilla-s-c-portability-guide.html b/content/posts/2004-01-11-mozilla-s-c-portability-guide.html new file mode 100644 index 0000000..e998a2e --- /dev/null +++ b/content/posts/2004-01-11-mozilla-s-c-portability-guide.html @@ -0,0 +1,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> + |