输出到调试窗口似乎相当繁琐.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.
c++ visual-studio
c++ ×1
visual-studio ×1