Mail Archives: djgpp/2000/06/18/15:26:03
On Sun, 18 Jun 2000 18:57:59 +0530, Prashant TR <tr AT midpec DOT com> wrote:
>> I am new to c, c++ .. programming in general. I downloaded djgpp, and
>> i finally got the 'hello, world!" program (heh i am a genuine newbie :) to
>> work with stdio.h (i didn't know the command printf ;).
>> The problem is, the book i'm using uses iostream.h and i don't think that
>> came with my download
>> Can anyone direct me where to find 'iostream.h' ? I looked on delorie.com
>> some, and I don't know where to download it, is there a way to search for an
>> individual file and d/l
>> it?
>
>You need to download v2gnu/gpp2952b.zip, the C++ compiler.
And once you download it and install it, do this:
C:\PATH\TO\HELLO>gpp -Wall hello.cpp -o hello.exe
Remember, C++ programs need to have .cpp or .cc extensions for GCC to
recognize them.
--
Damian Yerrick
"I refuse to listen to those who refuse to listen to reason."
See the whole sig: http://www.rose-hulman.edu/~yerricde/sig.html
This is McAfee VirusScan. Add these two lines to your signature to
prevent the spread of signature viruses. http://www.mcafee.com/
- Raw text -