Links to official style guides
Posted
by User1
on Stack Overflow
See other posts from Stack Overflow
or by User1
Published on 2010-03-12T16:39:36Z
Indexed on
2010/03/12
16:47 UTC
Read the original article
Hit count: 417
c++
|coding-style
C++ has several types of styles: MFC, Boost, Google, etc. I would like to examine these styles and determine which one is best for my projects, but I want to read from the official style guidebook. Does anyone have an official guide that they typically use?
Here are two that I found. I bet there are more:
- http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
- http://www.boost.org/development/requirements.html
Note: This is NOT a discussion about which styleis best..only a call for official style guides that people currently use. Please refrain from bashing other style guides that you don't like.
Side question: Is there a good tool that can examine source code and tell if it matches a given style guide?
© Stack Overflow or respective owner