Mail Archives: djgpp/2002/11/14/14:46:46
X-Originating-IP: | [195.226.230.37]
|
From: | "Shaymaa Alterkait" <shayoom AT hotmail DOT com>
|
To: | <djgpp AT delorie DOT com>
|
Subject: | whats wrong with my compiler
|
Date: | Thu, 14 Nov 2002 22:46:08 +0300
|
MIME-Version: | 1.0
|
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: | <OE626uwbnDIciF1NLf400003fc2@hotmail.com>
|
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 <iostream>
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2712.300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>hello</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>i am running windows Xp and i =
downloaded the=20
correct files to run RHIDE on my system.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>this is what i got for the =
go32-v2:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>the DPMI memory available : =
82790KB</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>the DPMI swap space available : =
0KB</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>i dont know about the environ one, if =
you explain=20
to me what it is??</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>anyway, i just downloaded the files, =
followed the=20
exact steps and now i can run the program... yaaay! </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>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:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>#include <iostream></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>int main()</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>{</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>cout<<"TESTING!!";</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>return 0;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>}</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>this is the error i get:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>ERROR : 'cout' undeclared ( first =
use of this=20
function)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0005_01C28C2F.9F4DE8F0--
- Raw text -