Date: Thu, 17 Jun 1999 13:33:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: paradise AT computerpro DOT com cc: djgpp AT delorie DOT com Subject: Re: Sound C++ with DJGPP In-Reply-To: <3768A98B.47FBAC85@computerpro.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 17 Jun 1999 paradise AT computerpro DOT com wrote: > Can anyone tell me how to do sound with the PC speaker in DJGPP with > C++? > Point me towards some information about it? Did you try the library reference docs? It describes two functions, `sound' and `nosound', that seem like what you are looking for.