I have recently started using dev c++ compiler.....my output screen didn't stop.....so i tried mixing old c header(conio.h)...in my code to use getch()...so that my prgram should stop...it did worked...

But is there any other way to stop the screen (instead of mixing old c headers with new ones)