摘要:
#include #include #include #define LEN_MSG_BUFFER 128 using namespace std; void Message(int nLevel, const char *szFormat, ...) { char* szData = new char[LEN_MSG_BUFFER](); t... 阅读全文
posted @ 2017-06-11 17:04
wjshan0808
阅读(1153)
评论(0)
推荐(0)
浙公网安备 33010602011771号