2009年9月21日 星期一

C/C++筆記-用static_cast轉換字元變整數

//將char型態輸出為整數
signed char = 37;
cout << static_cast(ch);

0 意見 :

張貼留言