Date: Wed, 27 Aug 1997 20:01:32 -0700 (PDT) Message-Id: <199708280301.UAA10621@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Stephen Milley From: Nate Eldredge Subject: Re: DJGPP Cc: djgpp AT delorie DOT com Precedence: bulk At 05:34 7/27/1997 -0400, you wrote: >Is there a function in DJGPP similar to clrscr() in 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