hey,
I recently switched from DevC++ to CodeBlocks.
all my programs I compile now... I get a

Process returned 0 (0X0) exicution time : 0.323 s
press any key to continue.

added to the end of the program. I understand that 0 means successful and it took 0.3 seconds to exicute the program,
but I don't want it to give me the return line unless I ask it to...

why does my new compiler do this ?

anyone know how to shut that off ?

thanks everyone : )