View Single Post
  #4 (permalink)  
Old December 16th, 2006, 07:40 AM
jhanny007 jhanny007 is offline
Authorized User
 
Join Date: Oct 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi i wrote this code:
 #include <iostream.h>

 int main()
 {
   cout << "Hello World!\n";
        return 0;
 }



but i got the error it says that

error: source file not compiled.....

how to run? as what ive notice just click only the debug option right?
is thier anything ive missed during installment...?

.::JHANNY::.


Reply With Quote