Skip to content

okdevdo/UserLib

UserLib

UserLib is a C++ Framework with a C-Kernel. The C-Kernel contains a
thread-safe managed memory allocator and a set of functions implementing
standard data structures. The C++ Framework uses the generic feature, ie
templates, very sparingly. Modern C++ features are also not included.

Classic C++ is used as wrapper around the C-Kernel, OS-specific functions 
and third-party-software. That way the library is easy to use and there is 
full control of most implementation details. And it is complete, it contains 
everything to build an application.

About

UserLib is a C++ Library with a C-Kernel. You can easily and quickly write an application.

Resources

License

LGPL-3.0 and 2 other licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages