28
Apr
C++ Internal Speaker Piano
If you code in C++ you have probably used the internal speaker for some quick debug of your programs, in Windows, we can use the winapi header (windows.h) to access the built in function Beep(): Beep(frequency,duration); Where frequency is in Hertz and duration in milliseconds. So here is a quick something I did on C++ [...]
Continue Reading →