You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is
highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If
there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.
the C++ standard
You want to write good C++ in general...
Specifically, you'll need some on-site guidance to help you:
- a language lawyer to help you avoid the dark corners
- a copy of the C++ standard
- exemplary documentation on good (and portable) coding practices, such as Meyers' trilogy of ``Effective'' books
- human readable documentation on the language, such as The C++ Programming Language (3rd ed)
- care about warnings, fix them as soon as possible; really care about warnings from your best compiler, even when it's not your favorite compiler
resources
Herb Sutter resources that came up in discussion