Hacker News new | ask | show | jobs
by haberman 5972 days ago
Check out the Google C++ Style Guide. I'm biased (being a Googler), but I think it leads to pretty nice and readable C++:

http://google-styleguide.googlecode.com/svn/trunk/cppguide.x...

2 comments

This is fantastic. My main gripe with C++ in non-system code is that there are too many features which complicate the code base and should never be used. This seems like great guidelines and a good subset.
thxu.

Too bad it assumes knowledge of C++. I hope I can still follow it with my limited C++ knowledge.