開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
winsock
問題(Question):
1.想問控制碼要輸入甚麼 EX:上下左右
2.如何顯示不要亂碼
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/Ei42rD0L
補充說明(Supplement):
我用winsock連線到ptt
開了兩條thread
一條傳資料
一條收資料
目前我可以打自己帳號密碼登入
我自己測的結果
英文可以直接傳送
Enter則傳送"\x0d\x0a"
\x0A is the escaped hexadecimal Line Feed. The equivalent of \n.
\x0D is the escaped hexadecimal Carriage Return. The equivalent of \r.
目前到這邊就卡住了
所以想請問
1.想問控制碼要輸入甚麼 EX:上下左右
2.如何顯示不要亂碼
我有嘗試使用putty和wireshark看封包內容
但是太難看懂了
http://imgur.com/4lZSo5G
謝謝