cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
Well U++ is normal C++ so the short answer is yes. Long answer is that there are a few steps that are necessary.
First step would be to compile your C program the way you do now, but replace the C compiler with C++ compiler. You might get a few easy to fix compilation errors, unless your program is C99. After you program compiles, create a package you should be done.
A few more extra steps that could be necessary depending on your sources are adjusting your include paths and deactivating BLITZ for the package that contains your former C sources, but in most cases you won't have to do this.