No more IE!請試著使用FirefoxGoogle Chrome等瀏覽器瀏覽
標頭的可愛Alaskan Malamute來自維基百科~

2011年3月10日 星期四

[C++小筆記] cout格式設定—小數點

#include<iomanip>
using namespace std;

//強制設定任何數字顯示兩位小數(包括整數)
cout<<fixed<<setprecision(2)<<...要輸出的數字



參見:
http://caterpillar.onlyfun.net/Gossip/CppGossip/IOFormatController.html
http://pcnoproblem.twbbs.org/cout-float/#more-814

沒有留言: