converting c program to c++ program

Jun 14, 2012 at 9:47am
Hi ,
How can i convert C program to C++ program. Using Void pointers C program have done , so now i have to done in C++ program


Please any one help me.


Jun 14, 2012 at 10:14am
C is very nearly a subset of C++. Do you actually want to rewrite the code using (better) C++ alternatives, or do you just need it to compile under a C++ compiler?
Topic archived. No new replies allowed.