How to place sounds in midi , wav format, without the use of the Allegro library in C languages or C ++ ?
How to place sounds in midi , wav format, without the use of the Allegro library in C languages or C ++ ?
Neither C nor C ++ has standard libraries to play sounds, so you're always going to need an external library (unless you're so brave to interact with the sound card drivers, you alone, and by hand).
If you do not want to use Allegro, you can use SDL Mixer .