General Toolkit Library
|
|
Home
General Toolkit Library is a general purpose toolkit written in C++ designed to make it
easier and more intuitive for developers to produce applications.
It provides classes and templates that define and implement several data
structures like
Arrays,
Lists,
Heaps,
Sets,
Files, etc.
The project goals are listed below:
- develop a portable multiplatform library that works on different operating systems
- obtaining a fast and lightweight framework
- easy readable, understandable and well documented source code
- providing an abstraction layer for data manipulation
- reducing the development time
- no need complex dependencies so you can compile it with standard C++.
This is open source software and is distributed under the
LGPL License;
documentation and
tutorials contains everything you need to know to get started using the library.
However, if you have any questions/comments feel free to
email me or post in the sourceforge
forums.
You can contribute to the project in different ways.
- reporting bugs
- propose new functionalities
- writing documentation
- writing code