Mail Archives: djgpp/1998/04/30/15:31:13
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 <allegro.h>
>#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
- Raw text -