D
deech
Hi all,
I am not an experienced C developer and would like to know if there are good resources for, or better yet real-world examples of, wrapping a C++ library in C such that application written using it don't need to have the underlying C++ library.
The best resource [1] I've found shows me how to create a shared library which seems to requires the C++ library to be installed.
Thanks for your help!
-deech
[1] http://losinggeneration.homelinux.org/2012/08/08/c-bindings-for-c/
I am not an experienced C developer and would like to know if there are good resources for, or better yet real-world examples of, wrapping a C++ library in C such that application written using it don't need to have the underlying C++ library.
The best resource [1] I've found shows me how to create a shared library which seems to requires the C++ library to be installed.
Thanks for your help!
-deech
[1] http://losinggeneration.homelinux.org/2012/08/08/c-bindings-for-c/