#include <iostream.h>
#include <stdlib.h>
using namespace std;
int main(void)
{
std::cout << "Hello." << endl;
return 0;
system("PAUSE");
}
I rewrited it by that,but it still flashed by!
why?
sometimes it says:resource file not complied.
what can i do?