随笔分类 - Socket
摘要:参考: https://blog.csdn.net/humanking7/article/details/51155778 https://blog.csdn.net/liu44235/article/details/32077121 网络传输,一般是大端字节序。 PC,一般是小端字节序。 小端字节
阅读全文
摘要:#define _WINSOCK_DEPRECATED_NO_WARNINGS #include #include #include #include #include #include using namespace std; #pragma comment(lib, "ws2_32.lib") int main() { WORD sockVersion = MAKEWORD(...
阅读全文