Date: Fri, 02 Mar 2001 23:04:05 -0500 From: R B Subject: Having a problem w/sorce codes To: djgpp AT delorie DOT com Message-id: <3AA06D35.649C4A27@optonline.net> Organization: N/A MIME-version: 1.0 X-Mailer: Mozilla 4.76 [en]C-CCK-MCD {Cablevision Optimum Online} (Win95; U) Content-type: multipart/alternative; boundary="Boundary_(ID_0+K2155vxFExmF2yiq1ByA)" X-Accept-Language: en X-Priority: 2 (High) Reply-To: djgpp AT delorie DOT com --Boundary_(ID_0+K2155vxFExmF2yiq1ByA) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Dear Sir, I have installed a C++ program from this book called C++ in 24hr. which reconize borland compliers, etc.,etc. However when I started the "Hello World" program I kept getting this error message in line 5. This is how I designed the program: 1. #include 2. 3. int main() 4. { 5. cout << 'Hello World! /n'; 6. return o; 7. } now I tried to complied this program and I get this error message: "../tmp/hello.cpp(5)error:parse error before';'" this message prevents me from running the program and I have no idea what's wrong, please help and guide me in the right direction. Your assistance in this matter will be deeply appreciated. Thank you for your time and cooperation in this matter. Jonathan750 AT aol DOT com --Boundary_(ID_0+K2155vxFExmF2yiq1ByA) Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT Dear Sir,
        I have installed  a C++ program from this book called C++ in 24hr.
which reconize borland compliers, etc.,etc.
However when I started the "Hello World" program I kept getting this error message in line 5.
This is how I designed the program:
1.  #include <iostream.h>
2.
3.   int main()
4. {
5.   cout << 'Hello World! /n';
6.   return o;
7.  }
now I tried to complied this program and I get this error message: "../tmp/hello.cpp(5)error:parse error before';'"
this message prevents me from running the program and I have no idea what's wrong, please help and guide me in the right direction.
   Your assistance in this matter will be deeply appreciated.
Thank you for your time and cooperation in this matter.

Jonathan750 AT aol DOT com --Boundary_(ID_0+K2155vxFExmF2yiq1ByA)--