+ 2
Wanna make some noise
hey,i want to make a noisy program...in cpp..so i use \a but it doesn't work . why? #include <iostream> using namespace std; int main() { cout << "Hello world!\a" << endl; return 0; } any solution?
3 Antworten
+ 6
That function is probably not supported in the code playground...
+ 13
cpp java etc are executed on SL server then SL gives back the results , thats why you wont hear nothing.. maybe people at SL will hear your beep lol
only web programs can give you such feedbacks
+ 1
Here’s something that could possibly help you:
https://www.codeproject.com/Articles/1562/Simple-Program-for-Text-to-Speech-Using-SAPI-Engli