c - How to remove execution related text from output window of Code::Blocks -


i using code::blocks programming in c. when compile program , execute it, output window (i.e.. windows command prompt) displays execution related text, these texts not of use me right , dont want them appear(see text below).

hello, world!
process returned 0 (0x0) execution time : 3.920 s
press key continue.

i tried change settings in code::blocks couldn't find settings related output window , dont want text "press key continue" appear. these texts appear if run program through code::blocks , doesn't appear if directly run program.

unfortunately, things cannot changed, , 1 of them. there quirks used ide's drive programmers crazy, can't helped. there reason why it's there: execution data can used find out whether program worked (e.g. ended execution). can use data later when targeting execution time 1 of main focuses in coding project. there may other uses code more , more advanced projects.


Comments