I\'m trying to hold the screen on my output using the header file , but I don\'t know any equivalent function to the getch() &
getch()
You can use system("pause"), which produces the "press any key to continue" message. But it works in the windows environment only. I think all the "system" commands are dos commands. Correct me if I am wrong