What is "DRLibs"?:

"DRLibs" is a collection of useful functions, objects and routines for C++. They can be used by the programmers to make easy their programs while they are developing them. Using "DRLibs", the programmer can forget some details and concentrate the mind in the important things.

Author Note: This library does not pretend to be an standard, it was created just to help the program developers. It is easy to understand, I am not the best programmer of world, that's why my code can have a lot of bugs.


In The Installation:

When the programmer installs this library, a directory is created in "/usr/include" named "drlibs". In this new directory can be found the header files for C/C++ that allows to use the library.

The library is a shared object saved in the directory "/usr/lib" and its name is "libdrutils.so", but its real name depends of the version, for example, "libdr-utils-0.2.so" for the version 0.2.


How To Use It:

The use of this library, is very simple, it consists in two steps: first, include the needed header file in the code that use it; and second, compile the code using the command "-ldrutils" (remember, this is the compiler option to include shared object of "gcc").