摘要:
BYTE 可以标示 0 - 255 之间的数值. 在做数值运算的时候BYTE可以很好的胜任. 然而当BYTE遇到了stringstream的时候. 万恶的事情发生啦!inttheNumber=123;chartheChar="ABC";BYTEtheBYTE=0;stringstreamtheStr;theStr<<">_<"<<theNumber<<... 阅读全文
posted @ 2006-09-07 16:05
时空旅者
阅读(672)
评论(0)
推荐(0)