|
-
Jun 1st, 2001, 09:04 PM
#1
Thread Starter
Member
Program unlaods???
Hi,
I'm currently learning C++ and I copied one simplest program from the book to my compiler, and then I compiled it.
#incude<iostream.h>
int main()
{
cout << "Hello World \n";
return 0;
}
After I ran the program, I noticed that it loads and automatically unlaods. How do I make it load, stay loads, and when I press the "x" button in the right hand corner, it will unlaod?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|