+ 4
you may do it with beep() function in windows header . (you have to mix beeps) #include <windows.h> // WinApi header int main() { Beep(523,500); // 523 hertz (C5) for 500 milliseconds return 0; }
17th Sep 2016, 12:24 PM
Amir Hossein Farzin
Amir Hossein Farzin - avatar