| What Are Engines & Libraries Projects: | |
|
Engines & Libraries projects are either collections of functions and subroutines that are destined to perform
a related set of tasks or work together to offer an even more complete functionality that are there to be used
with other types of programming projects. The main goal of these engines and libraries is to provide you with
functionalities to help in your every day development projects.
|
|
|
|
|
![]() FreeBASIC Toolbox (Website On The Way) |
The FreeBASIC Toolbox is essentially a set of functions and subroutines designed to help
make programming in the FreeBASIC language
even easier than it is right now. Such functions as special string manipulation functions are there
as well as screen formatting functions. They are all coded in FreeBASIC itself and are all classified
by functional group into independant modules. Right now, I add to this library as I create useful functions
in other projets so it might tend to grow at a rather regular rate. It is currently hosted on Sourceforge
because it is an OpenSource Project. If you have any function you find useful to your projects and think
that maybe others could benefit from these functions, feel free to let me know so I can add it to the toolbox
for all to see.
|