printf statement nopt working

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....

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.
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.