Mail Archives: djgpp/1996/08/20/16:09:53
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 <stdio.h> /* The .splitbung super .sig system! */
#include <string.h>
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);}
- Raw text -