Making a soundboard?

Is there anyway I could make a soundboard with C++? Just a simple enough program with some buttons (So I want to create a GUI, some image files as the buttons and an image for a background) that when I press them (The buttons) the program reads a file from a folder and plays it (A sound file in this case), what will I need? (This is obviously not a console program). Maybe some example code too would be nice, thanks.
Last edited on
Bump
You could make this with SFML
http://www.sfml-dev.org/

SDL or allegro would probably work to but I have never used them myself.
Thanks for the information.
Topic archived. No new replies allowed.