BloodMachine34
Jun 1st, 2001, 09:04 PM
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
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