
September 13th, 2007, 03:14 PM
|
 |
Don't worry, be happy :)
|
|
Join Date: Jun 2007
Location: Canada - Burnaby (Vancouver)
|
|
Put at the end of your codes a getch();
Quote: #include <iostream>
using namespace std;
int main ()
{
char *enter;
cout << "Hello World!\n";
cout << "I'm a C++ program\n";
cout << "press enter";
cin >> enter
getch();
return 0;
} |
__________________
Fly by Hilary Duff - "In a moment anything can change Feel the wind on your shoulders For a minute all the world can wait Let go of your yesterday"
|