Thread
:
New to C++, and need halp!
View Single Post
24-12-2008, 10:06 PM
#
19
sofl
Newbie
Join Date: Jun 2008
Location: Dresden, Germany
Posts: 4
you can also use the getch() function
#include <conio.h>
int main()
{
...
cout<<"press any key";
getch();
return 0;
}
                       
sofl
View Public Profile
Send a private message to sofl
Find More Posts by sofl
Find Threads Started by sofl
View all Chatbox messages posted by sofl