Quick Tutorials
These quick tutorials are a good way to get to know what opC++ can do for you, and how you can quickly get started using improved C++ dialects.
This tutorial is designed to show you quickly and concisely just how easy serialization is with opC++.
Project Files (VS 2005): RssSerialization.zip
This tutorial shows how to use opC++ reflection externally, that is, without any instances of the objects you're querying information from.
Project Files (VS 2005): ExternalReflection.zip
This tutorial shows how to use opC++ instance reflection. This shows you how to use opC++ reflection on object instances.
Project Files (VS 2005): InstanceReflection.zip
This tutorial shows how to use opC++ reflection visitors and data accessors.
Project Files (VS 2005): ReflectionVisitors.zip