開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
vc++2008
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
ascii轉字元失敗
餵入的資料(Input):
116 101 115 116
預期的正確結果(Expected Output):
t e s t
錯誤結果(Wrong Output):
116 101 115 116
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/KPdstoJO
補充說明(Supplement):
使用vc++內建的windows form 實現rsa
加密的部份使用Convert::Toint32() 沒問題
但解密時 Convert::ToChar() 卻不能轉換
原c++ char ch = (char)key 在這裡也行不通
該怎麼做呢??