c - Code is not updating in Windows -


i running c program using devc++ , codeblocks in windows , code not updating. added single printf message , not shown in output. tried clean,rebuild,recompile, everything.

please tell me what's going wrong.

try adding newline printf. (with compilers), output isn't flushed screen until newline printed.

printf( "\n" ); 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -