相关疑难解决方法(0)

Visual Studio - 如何在非控制台应用程序中查看cout输出?

输出到调试窗口似乎相当繁琐.cout如果我正在编写非控制台信息,我在哪里可以找到输出?

喜欢:

double i = a / b;
cout << b << endl;//I want to check out whether b is zero. It seems the output cannot be found anywhere.
Run Code Online (Sandbox Code Playgroud)

c++ visual-studio

26
推荐指数
5
解决办法
5万
查看次数

标签 统计

c++ ×1

visual-studio ×1