Message-ID: <000701c083dd$7f5100c0$16b701d5@barker> From: "Lee Barker" To: Subject: Compilation Error - DJGPP - Version 2.02 Date: Sun, 21 Jan 2001 19:08:02 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C083DD.7A248A40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C083DD.7A248A40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The following OR statement doesn't compile: #include main() { if (2 =3D=3D 2 || 2 =3D=3D 1) printf("hello\n"); } Having paid =A317.95 for CD ROM and book, i'm somewhat speechless!!! The serial number of my product is 195146, purchased at PC World, = Beckton, London, England. Mr Lee Barker barkerlee AT talk21 DOT com ------=_NextPart_000_0004_01C083DD.7A248A40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The following OR statement doesn't=20 compile:
 
#include = <stdio.h>
 
main()
{
   if (2 = =3D=3D 2 || 2 =3D=3D=20 1)
      = printf("hello\n");
 
}
 

Having paid £17.95 for CD = ROM and=20 book, i'm somewhat speechless!!!
The serial number of my product is = 195146,=20 purchased at PC World, Beckton, London, England.
 
Mr Lee Barker
barkerlee AT talk21 DOT com
 
------=_NextPart_000_0004_01C083DD.7A248A40--