X-Originating-IP: [158.252.50.113] From: "Noah Fields" To: Subject: linking Date: Sat, 16 Jun 2001 20:48:44 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0F6A5.BB8D24C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 17 Jun 2001 00:51:35.0341 (UTC) FILETIME=[A8918DD0:01C0F6C7] Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0F6A5.BB8D24C0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable It would be great if someone answered this because then you would be the = best support ever!: I am starting C++ and I got RHIDE and DJGPP. =20 In the Rhide editor I went to File and clicked new. I typed in the program: #include int main() { cout << "Hello World\n"; return 0; } Then I went to Compile, compile and saved it as hellow.cpp. It said it compiled fine. So then I wasn't sure what to do and opened = the object file "hellow.o" in the editor window thing and pressed on = Compile, link. I think that is what I was supposed to do. So the in = the message area I got an error saying=20 Error: gcc.exe: No input files ... so that didn't work. Then I tried the make thing in Compile while I had hellow.o open. It = then said in the message window=20 Creating: hellow.exe The error was: Invalid argument (EINVAL) no errors So then I got tottaly comfused cause it said The error was... and then it said no errors. Could you tell me how to make a program = that works with no errors? That would be great, thanks! =20 ------=_NextPart_000_0007_01C0F6A5.BB8D24C0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
It would be great if = someone answered=20 this because then you would be the best support ever!:
 
I am starting C++ and I = got RHIDE and=20 DJGPP. 
 
In the Rhide editor I = went=20 to File and clicked new.
 
I typed in the = program:
 
#include=20 <iostream.h>
 
int main()
{
   cout = << "Hello=20 World\n";
   return = 0;
}
 
Then I went to Compile, = compile and=20 saved it as hellow.cpp.
It said it compiled = fine.  So=20 then I wasn't sure what to do and opened the object file "hellow.o" in = the=20 editor window thing and pressed on Compile, link.  I think that is = what I=20 was supposed to do.  So the in the message area I got an error = saying=20
 
Error: gcc.exe: No = input=20 files
 
... so that didn't = work.
 
Then I tried the make = thing in=20 Compile while I had hellow.o open.  It then said in the message = window=20
 
Creating: = hellow.exe
The error was: Invalid = argument=20 (EINVAL)
no errors
 
So then I got tottaly = comfused cause=20 it said The error was...
and then it said no = errors. =20 Could you tell me how to make a program that works with no errors?  = That=20 would be great, thanks!
 
------=_NextPart_000_0007_01C0F6A5.BB8D24C0--