G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

I am looing for a C/C++ callable routine to beep the console on a
WindowsXP system. e.g. beep(frequency,duration);
--
Joseph L. Mueller
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

See MSDN docs for the Beep() function

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/beep.asp

This posting is provided "AS IS" with no warranties, and confers no
rights.


"Joseph L. Mueller" <unclejoe@prodigy.net> wrote in message
news:A_hwe.749$4m3.338@newssvr19.news.prodigy.com...
>I am looing for a C/C++ callable routine to beep the console on a WindowsXP
>system. e.g. beep(frequency,duration);
> --
> Joseph L. Mueller