GTL is an open-source general purpose C++ toolkit. It mainly providing a set of C++ classes and templates that can be used in your own sources and allow to easily implement standard data structures like Array, Lists, Heaps ecc.
What platforms are supported?Project aim for portability under
Basically, you need to add these two lines in your C++ source code, in order to be able to work with GTL
#include "gtl.h" using namespace gtl;
STL is rock-solid template library but in STL there are few methods for manipulating data. GTL aim to give more functions.
Is GTL stable and error free?No