Original Post
I have a Windows application. For debug purposes, I added printf statements. However, when I run the app from the command prompt (from a commadn window), I dont see the printf output on the command window. Where is printf redirecting the output to? Any help is appreciated. Thanks!