In my learning of Cpp, I found an interesting link about the Google C++ Style Guide.
I think there are very good advices for every programmer levels.
In my learning of Cpp, I found an interesting link about the Google C++ Style Guide.
I think there are very good advices for every programmer levels.
Categories: programming
1 response so far ↓
kik // July 9, 2008 at 10:16 pm |
Very nice ressource, thanks Guillaume!
I like the simplicity and smartness, a million years from the JSF-AV C++ Coding Standards ( http://www.research.att.com/~bs/JSF-AV-rules.pdf) which is not less smart and very precise.
My personal favorite, and much shorter, is Designing Qt-Style C++ APIs (http://doc.trolltech.com/qq/qq13-apis.html) especially the parts about “The art of naming”.