摘要:
inline void debugout(const char* fmt, ...){ char buf[512]; try{ va_list ap; va_start(ap,fmt); _vsnprintf(buf,sizeof(buf)-1,fmt,ap); va_end(ap); OutputDebugString(buf); } catch(...) { OutputDebugString("exception in construct debug message\n");... 阅读全文
posted @ 2013-08-24 17:26
makeup1122
阅读(248)
评论(0)
推荐(0)

浙公网安备 33010602011771号