Posts Tagged ‘programming tips’

C++ Programming Tips

Saturday, April 25th, 2009

Apart from having the discipline to always do things properly, these are the top 10 principles and concepts I think anyone who wants to be a truly excellent C++ programmer should adhere to and use: Object Orientated Designs Design Patterns Standard Libraries Templates Descriptive Names Const Correctness Values, References and Pointers Namespaces Embedded Documentation Avoid [...]