From: "JS" Newsgroups: comp.os.msdos.djgpp Subject: A few (seemingly) insignificant questions... Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Thu, 31 Aug 2000 02:23:17 GMT NNTP-Posting-Host: 24.49.84.20 X-Complaints-To: abuse AT adelphia DOT net X-Trace: news1.news.adelphia.net 967688597 24.49.84.20 (Wed, 30 Aug 2000 22:23:17 EDT) NNTP-Posting-Date: Wed, 30 Aug 2000 22:23:17 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Can someone please answer a couple questions for me? Thanks in advance... 1. Does it make any difference whether allegro.h is included as "allegro.h" or ? I figured that since I didn't write it, it should be included with brackets, rather than quotation marks. Though, I've seen examples using the contrary. 2. Under what circumstances should the 'clear_keybuf()' function be used? I'd think that, ideally, it should always be used whenever something may be in the key buffer. But, isn't it a lot of unnecessary code to use it at every prompt? - JS