Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » include files for Borland C++ compiler
Closed Thread
Old 06-05-2005, 03:23 PM   #1 (permalink)
 
Junior Techie

Join Date: Jun 2005

Posts: 94

ever_thus

Default include files for Borland C++ compiler

I have a couple of applications that I originally developed and compiles with MS Visual Studio. I now want to recompile them with Borland C++ compiler. I used the include files that come with Visual Studio, but Borland doesn't like them.

I'm guessing the problem is that the Visual Studio files don't conform to ANSI C++. If so where can I get the standard include files (iostream, cstring, etc...) that are ANSI compliant. If that isn't the problem what is it.
ever_thus is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On