Computer Forums

Search Tech-Forums.net

Member Login

Remember Me? Sign Up! | Forgot Password
 
 
Computer Forums > Programmers Lounge > Programming Discussions » Problem w/ Borland C++ no. 1
Reply
Old 07-14-2005, 11:38 PM   #1 (permalink)
 
Junior Techie
Join Date: Jun 2005
Posts: 94
ever_thus
Default Problem w/ Borland C++ no. 1

I'm trying to compile some code that uses cstring with the Borland C++ compiler. Borland insists I write the include as # include <cstring.h>. What puzzles me especially is that the Borland include directory has a file named cstring, which, in a comment, states that the syntax cstring.h is for backwards compatibility only.

Anyway, what goes on in Borland's internal doesn't interest me. What does interst me is not having to rewrite lots of code that works other compilers. Is there any way, possibly by downloading my own header files, I can convince Borland to accept # include <cstring>?
ever_thus is offline   Reply With Quote
 
Reply

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