From: Jakub Newsgroups: comp.os.msdos.djgpp Subject: Re: GUI examples? Date: Fri, 01 May 1998 13:54:44 +1000 Organization: DIALix Internet Services Lines: 20 Message-ID: <35494784.AA190B57@nospam.cromnet.net.au> References: <6i96ai$isi$1 AT jetsam DOT uits DOT indiana DOT edu> NNTP-Posting-Host: news AT marconi DOT dialix DOT com DOT au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mark Alan Teagarden wrote: > > P.S. Since I'm new to this whole C thing, what is the difference between > the following lines: Hi, I'm a total beginner too. > #include I believe this one looks for the header file "allegro.h" in your default include dir. > #include "allegro.h" Whereas, this one will look for "allegro.h" in the current path, where the source resides. Cheers.