Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Are C++ class file portable

Status
Not open for further replies.

Binks810302

Technical User
Oct 9, 2003
10
ZA
Hi People,
I have programmed some software in Borland C++ Builder version 5.0. I have to move this across to some other IDE like Visual C++ or something else. Does anyone know which other IDE is compatible with Borland. For those of you who arent familiar, Borland C++ Buider is RAD tool (drag and drop GUIs).
Please advise!
 
I'd say in generaly they are, in the case you use MFC or some puer API's. Not portable are only compilled obj/dll/lib files. But practically, you should make a lot of efforts them to be portable. For example is much easier to port VisualC++ code to BorlandC++ than viceversa.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top