conversion from C++ to C
Posted
by
Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-12-25T00:31:04Z
Indexed on
2010/12/25
4:54 UTC
Read the original article
Hit count: 200
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
© Stack Overflow or respective owner