Mail Archives: djgpp/1997/08/21/02:18:48
Have you tried downloading rhide? it makes things alot easier. I am also
trying to learn c/c++, and rhide simplifies things by handling commands for
you, as well as the fact that it provides a simple editing inerface. Also
undefined errors often come up if you don't declare the variables before
actualy using them. (ie int c; defines c as an integer)
--
Kenneth M. Burling
Send email
emry AT nova1 DOT net
the email address in the header is modified to prevent spamming.
Mega354 AT aol DOT com wrote in article
<970813154204_1216939487 AT emout06 DOT mail DOT aol DOT com>...
> I'm only 14 and learning C++...and I need a compiler to compile the
programs
> i make....and i have DJGPP....but i don't know that much....how can I
make my
> code and tell the compiler to compile it....without it saying 'undefined
> reference to cout'..or something like that....I know i have the code
> right...i just don't know how to use DJGPP and i read the docs...but they
are
> too comfusing..
>
> Dan
>
- Raw text -