0
¿Beep in c++?
How can I play a sound in c ++? Use Xubuntu and Code :: Blocks "beep" for example
2 Réponses
+ 2
unfortunally, "\a" (bell control character) doesn't produce sound universally ^^ it would greatly depend on your terminal, and on its configuration...
you could google search about this topic, but there's no universal workaround as far as I know :(
0
Use escape sequence in output of program
"\a"