Mail Archives: djgpp/1998/08/12/17:45:45
From: | sparhawk AT eunet DOT at (Gerhard Gruber)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: two newbie questions
|
Date: | Wed, 12 Aug 1998 21:28:04 GMT
|
Organization: | EUnet Austria
|
Lines: | 39
|
Message-ID: | <35df0739.3261722@news.Austria.EU.net>
|
References: | <35d1d9d1 DOT 0 AT news DOT thefree DOT net>
|
NNTP-Posting-Host: | e162.dynamic.vienna.at.eu.net
|
Mime-Version: | 1.0
|
NNTP-Posting-Date: | 12 Aug 1998 21:29:10 GMT
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Destination: "Daniel Vesma" <sales AT thewebtree DOT com>
From: Gruber Gerhard
Group: comp.os.msdos.djgpp
Date: Wed, 12 Aug 1998 19:05:13 +0100:
>2. I downloaded RHIDE. It seams OK, but when I tried to run a small program,
>nothing happened. I sat watching the screen for 30 mins while it
>said it was compiling, but nothing happened :-| Do C++ programs just take
>days to compile? I have attached the file I was trying to compile.
Unless you use either a very old computer with about 2KB of RAM it should work
faster. :) Or your source is so big that it really take days. :) Well, since
your source wasn't attached I can't tell.
If you compile this program:
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("test\n");
return(0);
}
it should compile in less than a second.
--
Bye,
Gerhard
email: sparhawk AT eunet DOT at
g DOT gruber AT sis DOT co DOT at
Spelling corrections are appreciated.
- Raw text -