void F1() { TCHAR buf[100]; _stprintf(buf, _T("Test: %d"), 123); MessageBox(NULL, buf, NULL, MB_OK); memset(buf, 0, sizeof(buf)); } void ...
確定! 回上一頁