This comment is reply for 507 ocean: C++のSTLを使ってみました。bcc3...(税込み価格への修正). Go to thread root.
ocean #549(2007/07/11 08:14 GMT) [ diff ] Rating1/1=1.00
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- main.cpp.orig Wed Jul 11 15:03:27 2007 +++ main.cpp Wed Jul 11 15:01:35 2007 @@ -13,11 +13,9 @@ sin >> price; - price *= 1.05; - std::ostringstream sout; - sout << price; + sout << (price * 105 / 100); return sout.str(); }
Rating1/1=1.00-0+
[ reply ]
ocean
#549()
[
diff
]
Rating1/1=1.00
Rating1/1=1.00-0+