#include <stdio.h> // for swprintf_s, wprintf int main() { int myIntValue = 20; wchar_t m_reportFileName[256]; swprintf_s(m_reportFileName, L"%d", ...
確定! 回上一頁