I\'m creating a C api that hides some functionality in a DLL file.
Since everything is C++ on the inside most of the functions works against handles which maps direc
Similar topic : Handles Comparison: empty classes vs. undefined classes vs. void*