How can you stick with a library written in c ++ , with a program written in c ?
In turn, I have an idea for describing an interface for working with objects, but I have no idea about linking. There are thoughts only about the dynamic loading of the library.
#ifdef __cplusplus extern "C" { #endifand at the end of#ifdef __cplusplus } #endif. - HolyBlackCat