This document contains code snippets and explanations of various C/C++ tricks and techniques, including Duff's device for loop unrolling, use of the [] operator, different swap algorithms, the --> operator, catching exceptions in initializer lists, namespace aliases, storage class specifiers, handling integer overflow, implicit and explicit type conversions, and named loops. It provides examples of these concepts along with brief descriptions on 59 pages.