C++ features by examples
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAbstract_factory
 CActive_objectActive object
 CB
 CBase11
 CBridgeWrapper using different from Standalone interface. AKA Adapter
 CBuilder
 CChain_of_responsibilityList based implementation without recursion
 CChange_interface
 CCommandEncapsulates arguments. AKA Intent, operation
 CCommon
 CComponentAccepts a pure virtual Visitor
 CComposite
 CControllerPart of MVC with Model and View
 CDecoratorPartial wrapper of an object with same as wrapped object Interface
 CDerived11
 CDiamond
 CFactory_method_demo
 CGetter_interface
 CHandlerVirtual command handler of Chain_of_responsibility
 CInterfaceCommon pure virtual interface
 CMediator
 CMember
 CMessage
 CModelPart of MVC with View and Controller
 Cmy_integer_sequence
 CObserverVirtual observer of a Subject
 CPrototypeFactory of himself
 CProxyOpaque wrapper with same as wrapped object Interface
 CPublisher
 CSample_componentOne of many components is independed from Sample_visitor and implemenation of function visit
 CSample_factory
 CSample_factory_method_demo
 CSample_product
 CSetter_interface
 CSingleton_demo
 CStandaloneWrapped by Bridge. AKA adaptee of Adapter
 CSubjectOf Observer
 CSubscriber
 CSynchronised_encapsulated_valueencapsulating class with only public accessor and mutator intrfaces
 CSynchronized_queue
 Ctemplate_structTemplate with type float by default
 CViewConcrete Observer
 CVirtual_Aref
 CVirtual_B
 CVisitorPure virtual visitor of Sample_component and other specific components