It seems rather tedious to output to debug window. Where can I find cout
output if I am writing a non-console information ?
Like:
double i = a / b;
cout << b << endl;//I want to check out whether b is zero. It seems the output cannot be found anywhere.
question from:https://stackoverflow.com/questions/16703835/how-can-i-see-cout-output-in-a-non-console-application