看板 C_and_CPP 關於我們 聯絡資訊
有問題的code: 根據 http://ppt.cc/JI3S 我引用了以下這段程式碼 char Str[256]; char * buffer; buffer = (char*)GetClipboardData(CF_TEXT); strcpy(&Str, buffer); 程式跑出來的錯誤結果: cannot convert 'char(*)[256]' to 'char*' 開發平台:Dev-C++ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.116.241.189
james732:strcpy(Str, buffer); 05/18 17:50
Dforce:看來我指標學得不好....0rz 05/18 17:52