Thread
:
Need help getting started
View Single Post
Jun 1st, 2006, 1:07 PM
#
16
JamesCEdmonds
Newbie
Join Date: May 2006
Posts: 19
Rep Power:
0
// My first program in C++.
#include <iostream>
using namespace std;
int main ()
{
cout<<"Any text!";
return 0;
}
I have no problems like this.I also ran it the way you have posted with no problem.Try hitting the compile and run button.
(f9)
Last edited by JamesCEdmonds; Jun 1st, 2006 at
1:21 PM
.
JamesCEdmonds
View Public Profile
Find More Posts by JamesCEdmonds