Computing.Net > Forums > Programming > Borland C++ 4.5

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Borland C++ 4.5

Reply to Message Icon

Name: sauli
Date: October 25, 2001 at 02:44:31 Pacific
Comment:

I included iomanip.h and iostream.h and
tried to use cout << ios::setprecision(2)
<< FloatX << endl;
but Borland C++ 4.5 can't identify setprecision() funktion.



Sponsored Link
Ads by Google

Response Number 1
Name: Mik
Date: October 25, 2001 at 05:05:31 Pacific
Reply:

Leave out the ios. Make it:

cout << setprecision(2) << floatX << endl;

Mik


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Borland C++ 4.5

request for C0I.obj of Borland C++ 4.5 www.computing.net/answers/programming/request-for-c0iobj-of-borland-c-45/19563.html

Borland C++ 4.0 - tlink32.exe www.computing.net/answers/programming/borland-c-40-tlink32exe/25.html

Error on Linking c0w32.obj using Borland C++ www.computing.net/answers/programming/error-on-linking-c0w32obj-using-borland-c-/19547.html