Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Using U++ with existing code
Re: Using U++ with existing code [message #24920 is a reply to message #24917] Thu, 04 February 2010 15:35 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
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.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: header file problem
Next Topic: Build error
Goto Forum:
  


Current Time: Wed May 29 12:16:09 CEST 2024

Total time taken to generate the page: 0.02360 seconds