TITLE: C++ coding standards (Newsgroups: comp.lang.c++.moderated, 30 Mar 98) OREN: Alex Oren >How about providing some pointers to the coding conventions that >are used by the posters to this group? > >The only one I've seen is the Ellemtel convention which seems >hopelessly outdated. MYERS: ncm@nospam.cantrip.org (Nathan Myers) Pay attention! The "Ellemtel convention" is outdated because the modern revision appears in the book "Industrial Strength C++" by Henricson & Nyquist, formerly of Ellemtel. Their book is recommended in Stroustrup's "The C++ Programming Language (Third Edition)". Make sure every C++ programmer in your organization has both in easy reach at all times. [ You can find SES's coding standards and a couple more off of http://www.ses.com/~clarke -adc]