1. Function Objects

    Passing functions around as typed class objects.

  2. Parameters

    Avoiding a profusion of get/set.

  3. Reference Wrappers

    When you want to pass a reference, but are only permitted to pass a copy.

  4. Singleton

    The classic singleton design pattern.

Create a new tutorial:

Wiki: ecl_utilities/Tutorials (last edited 2012-02-01 13:50:49 by DanielStonier)