My text book i am studying has this sample program but it doesnt tell me what this line is and I would like to know what it means before I move on can someone explain?
Code:cout << setiosflags(ios::fixed | ios::showpoint)
This is a discussion on Quick question within the C++ Programming forums, part of the General Programming Boards category; My text book i am studying has this sample program but it doesnt tell me what this line is and ...
My text book i am studying has this sample program but it doesnt tell me what this line is and I would like to know what it means before I move on can someone explain?
Code:cout << setiosflags(ios::fixed | ios::showpoint)
Quick answer via google "ios::showpoint":
http://publib.boulder.ibm.com/infoce...gacy/i7007.htm
--
Mats