From: Vlad Pambucol Newsgroups: comp.os.msdos.djgpp Subject: Re: GUI examples? Date: Sat, 02 May 1998 10:04:49 -0400 Organization: University of Rostock Lines: 34 Message-ID: <354B2801.C755969B@usa.net> References: <6i96ai$isi$1 AT jetsam DOT uits DOT indiana DOT edu> <35494784 DOT AA190B57 AT nospam DOT cromnet DOT net DOT au> NNTP-Posting-Host: 130.110.90.56 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 Not quuite The -> look in the include directory (maibe in the path to) "allegro.h" -> looh in the current directory first and after in the include directory Vlad Jakub wrote: > 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.