Mail Archives: djgpp/2000/04/01/19:44:43
I made the exe with the syntax you gave me, it works... When it's
C. C++ doesn't work, used to, though. Here's my program.
"
#include "iostream.h"
#include "stdio.h"
int main()
{
cout<<"thisistext"; // doesn't work
printf("thisistext"); // works
return 0;
}
"
I have gcc, gxx, ld in my /bin/ dir. I'm guessing this is a fault with
rhide? But why doesn't the c++ code work? Or am I too stupid
and forgot the syntax? Thanks for your help. Also, I'm guessing
I should download the new stuff? I just unzip it and replace the
old files, right? Which zips should I download? Again, thanks
for your help.
--
--
Max Ivtchenko A.K.A. Dark_Angel5
max133 AT chalktv DOT com
ICQ# 20310828
http://cockpits.sim-arena.com -- The largest collection of flightsim
cockpits on the 'net!
(unless you show me a site that has a larger collection, of course)
--
"The Yo-Yo is very difficult to explain. It was first perfected by the
well-known
Chinese fighter pilot Yo-Yo Noritake. He also found it difficult to explain,
being quite devoid of English"
-Squadron Leader K.G. Holland, RAF
Fighter Pilot
Alexey Zakhlestine <alx AT gs707 DOT com> wrote in message
news:38E6477C DOT 8E06123D AT gs707 DOT com...
> Icehot wrote:
>
> > These are the names of the zips... I guess many are outdated? I have
win98
>
> Yes. Many are outdated, but it is not your problem I suppose....
> can you manually compile programs using something like following syntax?
> gcc -o prog.exe prog.c
>
> Maybe some files are missing in C:\DJGPP\BIN ?
> Do you have gcc.exe, gxx.exe, ld.exe there?
>
> --
> Hi, I'm a signature virus. plz set me as your signature and help me spread
> :)
>
>
- Raw text -