Message-ID: <000801c0de49$750c67a0$d16168d5@self> From: "greg.pearce" To: Subject: C++ problem Date: Wed, 16 May 2001 21:47:42 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0DE51.D5D50A80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0DE51.D5D50A80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I try to compile a c++ program called cplus, this is what wrote in my = bloodshed compiler: gpp cplus.cpp -o cplus.exe #include int main() { cout << "Hello world!, this is easy!"; return 0; } i then saved it as cplus.cpp and then copyed and pasted it into the gpp = compiler it gave me the message: c:/djgpp/bin/ld.exe:C:\DJGPP\BIN\CPLUS.~CP: file format not recognized; = treating as linker script c:/djgpp/bin/ld.exe:C:\DJGPP\BIN\CPLUS.~CP:1: parse error I have consulted the FAQ and tutorial.... Any help? plz e-mail me back Greg Pearce ------=_NextPart_000_0005_01C0DE51.D5D50A80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I try to compile a c++ program called = cplus, this=20 is what wrote in my bloodshed compiler:
 
gpp cplus.cpp -o cplus.exe
#include=20 <iostream.h>
 
int main()
{
    = cout <<=20 "Hello world!, this is easy!";
    return=20 0;
}
i then saved it as cplus.cpp and then = copyed and=20 pasted it into the gpp compiler
it gave me the message:
 
c:/djgpp/bin/ld.exe:C:\DJGPP\BIN\CPLUS.~CP: file=20 format not recognized; treating
as linker script
c:/djgpp/bin/ld.exe:C:\DJGPP\BIN\CPLUS.~CP:1: parse=20 error
 
 
I have consulted the FAQ and=20 tutorial....
Any help?
plz e-mail me back
 
Greg Pearce
------=_NextPart_000_0005_01C0DE51.D5D50A80--