VS中在输出窗口输出调试日志

VS 中输出日志到输出窗口界面

		string str;
		str.Format("输出日志");
		OutputDebugString(str.c_str());

你可能感兴趣的:(VS,visual,studio,code)