Posted By:
Simon_Ablett
Posted On:
Thursday, October 17, 2002 07:28 AM
Do you mean that you wish to compile a C program with a C++ compiler or that you wish to 'objectify' it (i.e. convert a procedural application in to an OO form)? If the former then that's easy since C++ is a derivative of C a C program should compile with a C++ compiler (but not the other way around). If the latter then you need to redesign from scratch.
Regards.