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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ansi compatiblity

Status
Not open for further replies.

wimvanherp

Programmer
Mar 3, 2001
149
BE
How can i use the ansi compatible commands in borland c++ ?

I tried to use f.i. string,istream but it was not recognised by Borland.



Wim Vanherp
 
Maybe You want to check Your project options for ANSI compatibility instead of Borland compatibility on one of the tabsheets.

just an idea... ;-)
Michael
 
I commonly use strings and iostreams in BCB. Have you put in the namespace for them, e.g. std::iostream, std::string?


James P. Cottingham
[sup]
There's no place like 127.0.0.1.
There's no place like 127.0.0.1.
[/sup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top