conversion from C++ to C
- by Dave
Hi
I am interested by converting some code from C++ to C (mostly because i need to use the library with/from other C program and other language) . C is a better gateway for that
I am interested to replicate few C++ concept like inheritance for inst .
Does anyone know good references or has already work on some similar issues. For inst how to deal with inheritance , adding new members variable/ methods to child class , ...
Thx for your help