C++中出现如下错误怎么修改
cannot convert parameter 3 from 'const unsigned short *' to 'const char *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
大神帮帮忙, C++出现如下问题怎么改
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
5条回答 默认 最新
threenewbee 2015-01-06 18:24关注一个是短整数一个是字符串,更有可能的是,你搞错了参数的顺序。
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报