Summary
Version 0.2 of the Object Oriented Template Library (OOTL) has recently been released.
Advertisement
The Object Oriented Template Library (OOTL) has just released version 0.2. The source-code can be downloaded or viewed online from http://www.ootl.org.
The biggest change from previous versions is that the OOTL no longer has any dependency on Boost, or any other libraries for that matter. The big weakness of the OOTL previously was that it only supported Visual C++ 7.1. It is now being tested on GCC 3.4 as well.
The OOTL is an open source header only library which contains several different sub-libraries for various purposes, such as:
dynamically typed variables
object-oriented primitive types
object-oriented enumerated types
stdio redirection between functions
base-class pointer class (inheritance of classes missing virtual destructors)