System Sound?
Posted: Sat Jul 05, 2008 12:43 pm
Is there a function to play a system sound? Like the common *Beep*.
Code: Select all
printf("\a"); // \a means to send a system beep to the standard output.
Didn't knew, thank you :3elverion wrote:Code: Select all
printf("\a"); // \a means to send a system beep to the standard output.