Guidelines Style of Programming C++???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Russell
    Member
    • Dec 2012
    • 76

    Guidelines Style of Programming C++???

    There are several reasons for introducing a new guideline rather than just referring to the ones above. The main reason is that these guides are far too general in their scope and that more specific rules (especially naming rules) need to be established. Also, the present guide has an annotated form that makes it far easier to use during project code reviews than most other existing guidelines. In addition, programming recommendations generally tend to mix style issues with language technical issues in a somewhat confusing manner. The present document does not contain any C++ technical recommendations at all, but focuses mainly on programming style. For guidelines on C++ programming style refer to the C++ Programming Practice Guidelines.
  • johngates
    Junior Member
    • Feb 2014
    • 7

    #2
    That one is almost entirely useless, except a couple of links in its reference part (TMH's and Doxygen) are worth mentioning.
    For useful guides, check out Sutter/Alexandrescu's Coding Standards or Lakos's Large-Scale C++ (granted, Lakos book is showing its age - his more recent presentations are more useful)
    Last edited by megri; 03-19-2014, 10:24 AM.

    Comment

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎