Hi,
Calling c methods in cpp is common. this can be done by either
declaring
extern or by using #ifdef _cplusplus. But I need to know the other way
round.
I need to know how to call cpp methods in a c file. I have received
some 3rd party code in C, I am integrating it in the cpp
environment... I need to call some of the cpp methods into the c
file.... Need some tips for doing this.
Thanks,
VJ