Hit f9 to compile Project1:
#include <iostream>
int main()
{
std;cout <<Hello world!<< std::endl;
return 0;
}
Now, the last step on that tutorial shows a black box with the text inside. However when I hit f9, a flicker comes up on my screen and then disappears. Does it matter that I cannot see the black box, type in it, etc? What exactly did it do? I'm sorry, this post probably looks like a heap of garbage, but I'm quite confused. I've searched, trying to find exactly how C++ is used, whether or not this is an issue with my vista, or... I don't know. If anyone can point me in the right direction, I'd be very grateful.
This post has been edited by JackOfAllTrades: 26 April 2010 - 04:33 AM
Reason for edit:: Added code tags.

New Topic/Question
Reply




MultiQuote






|