I am experimenting with Beep function on Windows:
#include ... Beep(frequency, duration);
The computer then beeps with some f
I'm not familiar with Linux, but outputting ascii character 0x07 seems to do that trick from what I read with a quick google search.