From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: GUI examples? Date: Thu, 30 Apr 1998 19:33:48 +0100 Organization: None Message-ID: References: <6i96ai$isi$1 AT jetsam DOT uits DOT indiana DOT edu> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mark Alan Teagarden writes: >I was wondering if anyone could point me towards some more examples of >GUI design using allegro? All the Allegro-related material that I know about can be found on my website: http://www.talula.demon.co.uk/allegro/. >P.S. Since I'm new to this whole C thing, what is the difference between >the following lines: > >#include >#include "allegro.h" See 'info cpp header "include syntax"'. The first version is intended for system header files (ie. parts of the compiler or external libraries), while the second is for header files that are a part of your particular program. -- Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ "Pigs use it for a tambourine" - Frank Zappa