推 VictorTom:C++不會, C的話查一下printf, %A.Blf 去輸出double, 10/27 17:04
→ VictorTom:A表示總共幾位, 含對齊與小數點; B表小數點後要幾位.... 10/27 17:04
→ VictorTom:A可不寫; Ex: %.8lf印0.2, 會印出 0.20000000 :) 10/27 17:07
→ VictorTom:B也可以不寫啦, 只是這就達不到你的需求XD 10/27 17:07
→ clubboxvista:iomanip 的 setprecision 10/27 17:17
→ BuchPreis:setprecision(int 10)是這樣嗎?要放在哪?我怎麼放都錯.. 10/27 17:29
→ BuchPreis:我會了~~~ 10/27 17:31
→ BuchPreis:謝謝~ 10/27 17:31