Contents Up << >>

Style guidelines

What are some good C++ coding standards?
Are coding standards necessary? Are they sufficient?
Should our organization determine coding standards from our C experience?
Should I declare locals in the middle of a fn or at the top?
What source file name convention is best? "foo.C"? "foo.cc"? "foo.cpp"?
What header file name convention is best? "foo.H"? "foo.hh"? "foo.hpp"?
Are there any lint-like guidelines for C++?