Dear reader!
Embedding C++ in C isn't directly possible, vice versa does. But it is really possible if you use a cpp wrapper where you return cpp functions to c.
Useful link: https://isocpp.org/wiki/faq/mixing-c-and-cpp
regards
Embedding C++ in C isn't directly possible, vice versa does. But it is really possible if you use a cpp wrapper where you return cpp functions to c.
Useful link: https://isocpp.org/wiki/faq/mixing-c-and-cpp
regards