Mail Archives: djgpp/1996/09/26/03:35:57
On 25 Sep 1996, Born Naughty wrote:
> I've got djgpp installed, compiling C program is ok, but when I compiled
> the helloworld program using <iostream.h>... I've got error messages not
> understanding what
> cout is all about..
It is usually useful to post the error message(s) you get.
> how do I compile a C++ program without appending the header files at my
> command prompt.
>
> ie. gcc -(what options?) helloworld.cpp
> instead of gcc helloworld.cpp -(header files) as documented...
gxx helloword.cpp
(This is all in the FAQ, btw. Download the file v2/faq201b.zip from the
same place you get DJGPP and read sections 8.7 and 8.9 there.)
- Raw text -