Tuesday, July 14, 2009

Does anyone know where I could get a copy of some C++ programming standards?

I've tried searching on the internet but haven't had much luck so far. I need a document that can be used by developers as a gudeline for naming conventions, styles, best practices etc. Grateful for any pointers. Thanks

Does anyone know where I could get a copy of some C++ programming standards?
I recommend the book "C++ Coding Standards: 101 Rules, Guidelines, and Best Practices," by Herb Sutter and Andrei Alexandrescu. They have identified some really helpful coding practices that ought to be followed (and some really dangerous practices that must be avoided). Equally important, they have refrained from laying down rules about picayune things that don't really matter, or matters of taste that can legitimately go either way. (The book begins with a discussion of what needs to be standardized and what doesn't.) There's really good stuff there, and many development teams nowadays are simply adopting that book as their coding standard. ISBN 0-321-11358-6
Reply:try http://www.codeproject.com
Reply:http://www.possibility.com/Cpp/CppCoding...

balsam

No comments:

Post a Comment