
-----------------------------------
Schaef
Tue Dec 16, 2003 5:24 pm

Compiling trouble
-----------------------------------
I am completely new and am trying to compile the basic hello world program. I have tried to compile the code and get the error: 

Compiling... 
Error spawning cl.exe 

Cpp1.exe - 1 error(s), 0 warning(s) 


I also tried to do the code in Dev-c++ and got: 

C:\Documents and Settings\C++\Dev-Cpp 
unable to run program file. 

Here is the source code I have been entering.. I dont think there is an error in the code: 

#include  
using namespace std; 
int main (void) 
{ 
cout 