Link to home
Start Free TrialLog in
Avatar of rangers99
rangers99

asked on

Where is the output from my "printf "?

Hi

Im using Visual C++ to develop an app. Not using MFC. I need to pront out some data so Im using "printf". However I cant find where the output is going. I thought it would be the "results" window but nothing there.

Any ideas?
Avatar of Axter
Axter
Flag of United States of America image

What type is your project?
Is it Win32 Console or Win32 App?
If your project is a Win32 Console application, then your printf output should appear on the console window.

Avatar of rangers99
rangers99

ASKER

Axter

Its a win32 App.
ASKER CERTIFIED SOLUTION
Avatar of Sabnis
Sabnis

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial