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.