DLC (Dynamically Loadable Classes) is a compact utility that allows loading of shared libraries with C++ classes at runtime in an elegant and convenient way. It has been tested on a Linux platform with gcc 2.95.2, but should work on other ELF platforms as well. A C++ compiler with RTTI support is required.