#pragma warning(disable: 4530)
#pragma warning(disable: 4786) 【程序编程相关:sybase基础知识 】 【推荐阅读:如何使用 Netsh.exe 工具和命令】#include <map> 【扩展信息:windows下,用命令行进行系统的TC】 #include <cassert> #include <iostream> #include <fstream> #include <vector> #include <string> #include <algorithm> #include <exception> #include <iomanip> #include <cstdio> #include <cstdlib> #include <tchar.h> #include <ctime> using namespace std;#include <winsock2.h>
#include <windows.h>#include "thread.h" //见网络同步校时tcp服务器端sdk代码末尾
char * geterrormessage(char *szbuffer, dword dwsize)
{ formatmessage( format_message_from_system | format_message_ignore_inserts, null, getlasterror(), makelangid(lang_neutral, sublang_default), // default language szbuffer, dwsize - 1, null ); return szbuffer; }class rfc868udpserver : public thread
{ long _lworkcount; //发送时间计数 bool _frunflag; //循环运行标志 socket _s37; //socket u_long _uip; //ip public: ... 下一页