#include "stdafx.h"
int _tmain(int argc, LPTSTR argv[])
{
TCHAR buf[100];
int len = _stprintf_s(buf, sizeof(buf), _T("%s"), _T("Hello World"));
printf("wote %d characters\n", len);
return 0;
}
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |