sound() function

Is there is any sound function can I use in Visual Studio.
sound() function is working perfectly in turbo and dev but it is not working in Visual studio.
any suggestions please.

And is there is any way to play a sound or video using c++
Last edited on
There is no native functions to play sound an video in C++, you should use third-party libraries for that.

http://stackoverflow.com/questions/789942/playing-sounds-with-c

Also try: std::cout << '\a';
Topic archived. No new replies allowed.