X-Originating-IP: [195.226.230.37] From: "Shaymaa Alterkait" To: Subject: whats wrong with my compiler Date: Thu, 14 Nov 2002 22:46:08 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C28C2F.9F4DE8F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 14 Nov 2002 19:46:25.0558 (UTC) FILETIME=[843D6360:01C28C16] Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C28C2F.9F4DE8F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hello i am running windows Xp and i downloaded the correct files to run RHIDE = on my system. this is what i got for the go32-v2: the DPMI memory available : 82790KB the DPMI swap space available : 0KB i dont know about the environ one, if you explain to me what it is?? anyway, i just downloaded the files, followed the exact steps and now i = can run the program... yaaay!=20 but when i wrote a very simple program to check if its running properly, = i compiled it, and it gives me errors on the cout! this was my program: #include int main() { cout<<"TESTING!!"; return 0; } this is the error i get: ERROR : 'cout' undeclared ( first use of this function) ------=_NextPart_000_0005_01C28C2F.9F4DE8F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello
 
i am running windows Xp and i = downloaded the=20 correct files to run RHIDE on my system.
 
this is what i got for the = go32-v2:
the DPMI memory available : = 82790KB
the DPMI swap space available : = 0KB
 
i dont know about the environ one, if = you explain=20 to me what it is??
 
 
anyway, i just downloaded the files, = followed the=20 exact steps and now i can run the program... yaaay!
 
but when i wrote a very simple program = to check if=20 its running properly, i compiled it, and it gives me errors on the cout! = this=20 was my program:
 
#include <iostream>
 
int main()
{
 
cout<<"TESTING!!";
 
return 0;
}
 
this is the error i get:
 
ERROR : 'cout' undeclared ( first = use of this=20 function)
 
------=_NextPart_000_0005_01C28C2F.9F4DE8F0--