Message-ID: <36260CEB.6C6B6D64@montana.com> Date: Thu, 15 Oct 1998 08:55:39 -0600 From: bowman X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Why doesn't iostream work?? References: <36228A92 DOT 62A6B474 AT lycosmail DOT com> <362556CA DOT B94B6E96 AT winchendon DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Eric Weiss wrote: > > D:\program files\djgpp>bin\gcc hello.cpp -o hello.exe -lgpp > Any ideas? try D:\program files\djgpp>bin\g++ hello.cpp -o hello.exe on Windows or D:\program files\djgpp>bin\gxx hello.cpp -o hello.exe