
May 3rd, 2005, 05:45 PM
|
|
Registered User
|
|
Join Date: May 2005
Location: United States
Posts: 5
Time spent in forums: 2 h 4 m 33 sec
Reputation Power: 0
|
|
|
How To Make Command Prompt Stay On Screen
I'm a junior high school student and I'm currently learning the C programming language.
In C++, I know that you use cin.get() to make the executable program on the console stay on the screen.
What do you use to make your executable program on the console (command prompt) stay on the screen in the C programming language? Or in other words, what's the C equivalent to C++'s cin.get() function?
Thanks for any help!
P.S. If anyone knows of good books explaining header files and the C standard library, recommendations would also be appreciated.
|