Mail Archives: djgpp/1997/08/27/23:03:18
At 05:34 7/27/1997 -0400, you wrote:
>Is there a function in DJGPP similar to clrscr() in <conio.h> that comes in
>Borland? I'm used to using clrscr() for clearing the screen.
The conio functions are supported by DJGPP. You can continue to use clrscr().
> Also, do you
>know anywhere I can learn to make compilers(similiar to djgpp, except for my
>own personal use), i.e. compiler construction, because I have the sources,
>but I don't know why they do certain parts of the code(parse generation,
>that sort of thing, etc.) without college preparation?
I personally know very little about the construction of compilers, but FWIW...
On Simtelnet, in the `c' directory, there is a file called zcc096.zip
(version may be different). It contains an extremely minimal C compiler. Due
to its simplicity, it may be easier to understand. I believe it was
published in an article in Dr. Dobbs Journal; the article may be helpful as
well.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -