cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
printf statement nopt working
printf statement nopt working
Feb 15, 2012 at 7:26am UTC
sharath137
(12)
Hi,
I tried to debug my code using printf statement...
But previously it was working and today when i tried the same it was not working.... I tied the properties option and it is all the same as before..can any one help me....
Feb 15, 2012 at 8:39am UTC
SIK
(309)
Is the code you a trying to debug quite large?
If so, could it be that you redirected your stdout stream or could your program be corrupting the stdout stream somehow?
Could you also verify in general if your printf is not working - test a "hello wold" program.
If possible, also post a listing of your code or the section you suspect.
Feb 15, 2012 at 9:41am UTC
sharath137
(12)
Sorry guys.....one dll was missing in my build folder but i dont know how it got missed...after adding it printf is working.....
thanks for all ur help........
Topic archived. No new replies allowed.