VS 非控制台输出 C++ debug

it2023-11-30  76

#include <atlstr.h> CString str; str.Format(L"%d\n", 10); OutputDebugString(str);
最新回复(0)