is it possible to wrap a c++ library into c?
how could i do this?
are there any existing tools?
(need to get access to a existing c++ library but on
Write a c++ wrapper that does an extern c, compile that with c++, and call your wrapper.
extern c