cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
sound() function
sound() function
Feb 25, 2014 at 8:37am UTC
IGI30
(26)
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
Feb 25, 2014 at 8:40am UTC
Feb 25, 2014 at 9:18am UTC
MiiNiPaa
(8886)
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.