X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Lines: 11 X-Admin: news AT aol DOT com From: captainpita AT aol DOT com (Captainpita) Newsgroups: comp.os.msdos.djgpp Date: 12 Mar 2002 03:02:50 GMT Organization: AOL http://www.aol.com Subject: Question about putchar Message-ID: <20020311220250.14748.00001489@mb-ba.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I would like to use have the pc speaker beep at certain points in my program. When I used the Microsoft "C" compiler in the past I did it by doing the following, putchar(7) When I try the same in the DJGPP compiler the speaker does not beep right away. Any ideas what is going on?