General Toolkit Library

logo
Italiano English

Faq

What is GTL?

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

How to use GTL in my C++ programs?

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;
Whats the difference between STL and 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

Top
Valid XHTML 1.0 Strict Valid CSS!