I
IS
I'm using BloodShed DevC++. If you know the program that would be great.
Here is what I'm doing:
File>New>Source File.
Then I enter:
#include <iostream.h>
int main();
int main()
{
cout <<"Hello World!/n";
}
Next I click Save As and name the file "Hello World"
Then I go to Execute and click "Compile". When its done I go back to
Execute and click "Run".
After I click "Run" I only get a split second Command Prompt (Using XP Home)
flashing on my screen. Way too fast for me to even see if there's anything
there.
Am I doing something wrong? . . Or missing some steps?
Thanks.
IS.
Here is what I'm doing:
File>New>Source File.
Then I enter:
#include <iostream.h>
int main();
int main()
{
cout <<"Hello World!/n";
}
Next I click Save As and name the file "Hello World"
Then I go to Execute and click "Compile". When its done I go back to
Execute and click "Run".
After I click "Run" I only get a split second Command Prompt (Using XP Home)
flashing on my screen. Way too fast for me to even see if there's anything
there.
Am I doing something wrong? . . Or missing some steps?
Thanks.
IS.