I'm looking for a way to pause my program without using that system("PAUSE"
thing. I was once told that I can use getchar(), but that doesn't always work. Is there a better way? All I want is for the program to pause so that the user can view the displayed results and then to be able to hit Enter to continue.