摘要:
The value of ESP was not properly...快速解决 今天遇到这个问题,真的是非常头疼,期间电脑居然崩掉一次。所以,分享一下解决办法。 如果是:类定义的时候,新添加了属性,重载构造函数导致此错误,参考以下方法 解决方法:重载的函数一定要放在析构函数后面。 否则,new 出 阅读全文
摘要:
winsock 编程(简单客户&服务端通信实现) 双向通信:Client send message to Server, and if Server receive the message, return a string "你好,客户端!我是服务器。" 修改说明:If you want achie 阅读全文