| This document is a C++ style guide, which is currently being used on the LASRS++ project. It gives guidance on naming conventions, code structure, header files, declarations, class constructors and destructors, casting, expressions, memory management and the handling of compiler warnings. Sample C++ source code is included to illustrate the recommended style. |