ok, heres the code, im sure uve all seen it b4...
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;
}
When i run the program... nothing happens... isn't it supposed to display hello world to my screen???
(simplest program and i can't get it right)
It was just the window disppearing before i could even see it, thanks




)
Reply With Quote