H
Hai Nguyen
Hi everyone
I used to use VS 6.0 to create my C application. I just started learn how to
use Visual Studio.Net. I wrote a small program like this:
int main()
{
string name;
cout << "What is your name?";
cin >> name;
cout << "Welcome to my World" << name << "Hope you enjoy" << endl;
return EXIT_SUCCESS;
}
I want to know how to stop my console screen. It runs too fast I could not
see anything.
Thanks
I used to use VS 6.0 to create my C application. I just started learn how to
use Visual Studio.Net. I wrote a small program like this:
int main()
{
string name;
cout << "What is your name?";
cin >> name;
cout << "Welcome to my World" << name << "Hope you enjoy" << endl;
return EXIT_SUCCESS;
}
I want to know how to stop my console screen. It runs too fast I could not
see anything.
Thanks