Tagged Questions
1
vote
6answers
4k views
About the exit() function in C++
The getche() function doesn't terminate the program properly, so I want to try exit(int status) function. How does it work in Turbo C++ programming language? I cannot understand the explanation in ...