Xref: news2.mv.net comp.os.msdos.djgpp:7674 From: Tom Wheeley Newsgroups: comp.os.msdos.djgpp Subject: Re: Need info QuakeC and djgpp relationship -- for debug etc Date: Tue, 20 Aug 96 13:36:22 GMT Organization: City Zen FM Lines: 23 Message-ID: <840548182snz@tsys.demon.co.uk> References: <3217268a DOT 22798182 AT nntp DOT ibmpcug DOT co DOT uk> Reply-To: tomw AT tsys DOT demon DOT co DOT uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <3217268a DOT 22798182 AT nntp DOT ibmpcug DOT co DOT uk> stephenb AT scribendum DOT win-uk DOT net "stephen benson" writes: > It's quite a while since I used djgpp, but I was looking at the dos > version of QuakeC which (initial impression) appears to be a modified > djgpp. Is this right? Is there any info about on use/modify djgpp > tools with QuakeC? Careful. Quake C isn't C at all, but id's own proprietry language for controlling Quake. True, QUAKE.EXE itself was written using djgpp, but this should not be confused with QuakeC. qcc isn't a compiler in the normal sense of the word, it just creates p-code which is interpreted by Quake. ..splitbung http://www.tsys.demon.co.uk -- #include /* The .splitbung super .sig system! */ #include main(){FILE *f;int c;char s[99];puts("fav .sig: ");fgets(s,99,stdin);strtok (s,"\n");f=fopen(s,"rb");while((c=getc(f))!=EOF)putchar(c);if(f)fclose(f);}