下面是我参考MSDN实现和C语言的printf函数一样功能的MyPrintf函数: ... { va_list pArg; va_start(pArg, pFormat); int len; TCHAR* buffer; ...
確定! 回上一頁