views:

100

answers:

2

Are there any good places to get examples for the C++ Google Style Guide?

A: 

http://sites.google.com/a/chromium.org/dev/developers/coding-style http://src.chromium.org/viewvc/chrome/

The source code for Chrome should theoretically follow their standards :)

Stefan Valianu
+2  A: 

Google open sources a number of projects, most of which comply with their style guides:

Search Google code for google projects, and you'll find a lot!

Stephen