H
Hello
Hi every one.
The famous Hello code below written by C++. through its mother program
"Visual studio 2005"
When I make copy to all files of this program and click on .EXE file away
from the mother program, the output disappears immediately.
Can any person add a line (may related to" Keypress", so that the output can
stay without disappearing?
Thank to all.
-----------------------------------------------------
#include<iostream>
using std::cout;
using std::endl;
int main()
{
cout<< " HELLO WORLD ";
cout<<endl;
return 0;
}
The famous Hello code below written by C++. through its mother program
"Visual studio 2005"
When I make copy to all files of this program and click on .EXE file away
from the mother program, the output disappears immediately.
Can any person add a line (may related to" Keypress", so that the output can
stay without disappearing?
Thank to all.
-----------------------------------------------------
#include<iostream>
using std::cout;
using std::endl;
int main()
{
cout<< " HELLO WORLD ";
cout<<endl;
return 0;
}