Hi guys,
does anyone know about the alert symbol in strings ? - "\a".
It is said that it will produce a beep sound when encountered :
count << "some test beep here \a\n" .
I tried it with Visual C++ but there is no beep here. :)
Any ideas ?
Can't remember what '\a' does and can't find a reference, but if we assume that it does do that, then it's most likely you don't have a system speaker.
Ah, I figured it out. :)
It beeped for me, too. :)
The problem was that this was the first time I use Visual C++... I forgot to include stdio. Whatever.