uLib
User mode C/C++ extended API library for Win32 programmers.
uLib adds tons of utility functions to enhance and simplify Win32 development.
Some of it is implemented as C++ classes, however, much of it is implemented as C functions.
The purpose of the lib is to add functions "missing" in Win32, simplify tasks that are tedious in plain Win32,
and generally make Your, and my, development process easier and faster.
This lib has been the staple of my x86/x64 development for decades, and is now open sourced for the benefit of the community.
It is...