c++ cZar
Saturday, June 27, 2009
Avoiding getch() funtion in dev-cpp
To avoid getch() function in dev-cpp we can use this following
function
---system()
Usage
:
system("PAUSE");
Well see the post "
Avoiding Certain Things in C/CPP
"
Or you can add following line to the end of the program.
return EXIT_SUCCESS;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment