Are there any C++ style and/or standard example files available?
Posted
by
Harvey
on Stack Overflow
See other posts from Stack Overflow
or by Harvey
Published on 2011-01-10T21:51:10Z
Indexed on
2011/01/10
21:53 UTC
Read the original article
Hit count: 143
c++
|coding-style
While there are lots of questions about coding style, beautifying, and enforcement, I haven't found any example C++ files that are used as a quick reference for style. The file should be one or two pages long and exemplify a given coding standard/style.
For example, the Google C++ Style Guide is a great reference, but I think a one to two page piece of code written in their style pinned to a wall would be more useful in day-to-day use.
Do any of these already exist?
© Stack Overflow or respective owner