Des, prog & doc.

Design
patterns and anti-patterns
Programming
Writing snippets for visual assist
C preprocessor and fun Macros
Google on c++
Coding advises
Documenting
File Header style
Self Documenting Code

Define Guard (google style) in Visual Assist


#ifndef $FILE_BASE_UPPER$_$FILE_EXT_UPPER$_
#define $FILE_BASE_UPPER$_$FILE_EXT_UPPER$_

$clipboard$

#endif  // $FILE_BASE_UPPER$_$FILE_EXT_UPPER$_