View Single Post
Old Jun 1st, 2006, 1:07 PM   #16
JamesCEdmonds
Newbie
 
Join Date: May 2006
Posts: 19
Rep Power: 0 JamesCEdmonds is on a distinguished road
// 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 is offline   Reply With Quote