View Single Post
Join Date: Sep 2003
Posts: 6
Reputation: Daywalker46410 is an unknown quantity at this point 
Solved Threads: 0
Daywalker46410 Daywalker46410 is offline Offline
Newbie Poster

Set Precision in C++.NET?

 
0
  #1
Nov 10th, 2003
How can you set the precision of a floating point value for output using the Console::Write method? In the past, with cout, you just used setprecision() but that doesn't seem to work with the Console functions.
Reply With Quote