G
Guest
Sorry if this is a trivial question
I've got several print statements in my code:
fprintf ( stderr, ....);
but when I run my program, I cannot find the output text in any window.
My program is in Visual C++. The program is windows-based (not a
command-line program. The program is not managed. I'm running within the
Visual C++ debugger. I've tried displaying every Vis C++ window, including
the "Output" window, but the fprintf() text does not appear there.
What window contains the fprintf(stderr) text (when running in the debugger)?
I've got several print statements in my code:
fprintf ( stderr, ....);
but when I run my program, I cannot find the output text in any window.
My program is in Visual C++. The program is windows-based (not a
command-line program. The program is not managed. I'm running within the
Visual C++ debugger. I've tried displaying every Vis C++ window, including
the "Output" window, but the fprintf() text does not appear there.
What window contains the fprintf(stderr) text (when running in the debugger)?