摘要: why there is any need for cout.put()?much of the answer is historical.Before release 2.0 of c++ .cout would display character variables as characrers but display character constans.such as 'M' and 'N' as numbers.the problem was that earlier versions of c++,like C stored character con 阅读全文
posted @ 2013-03-27 09:52 alexander.bruce.lee 阅读(381) 评论(0) 推荐(0)