cplusplus.com
C++ : Forum : Windows Programming : A problem about sound
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post A problem about sound

kikolani (26)
Please help,
I am now trying to make a simple sound player.
I am just trying to make something really simple just like a program that plays some kind of sound on a click of a button.
Can anyone tell me how can I make the program to make a sound.
This is the only problem I have. I don't know how to make the program to make a sound!
Please help.
Last edited on
Grey Wolf (2845)
The PlaySound function plays a sound specified by the given file name, resource, or system event...
http://msdn.microsoft.com/en-us/library/ms712879(VS.85).aspx
Topic archived. No new replies allowed.