Audio + C++

Hi guys. I would like to understand how can i "mix" c++ and audio files, without using a imported library. I mean that i want to use only the c++ library in order to create a my library. Which kind of std's library have i to use? and where can i found a references for that?

Thx for answers...(Sorry for my english...)
Standard C++ library doesn't have functions to output sounds as that may depend on the operating system, hardware, etc.
hmmmm i see...where can i find some reference? i would like to learn the basic of audio manipulation.
Google SDL_mixer or OpenAL for some c libraries for audio manipulation. Not sure exactly what you are looking to do with the audio files but this should get you started as there is no C++ method for audio manipulation.
I'm not sure either. The windows API has an excellent PlaySound functions for .wav playback. It can play resources, so you can embed the sounds.
which function do you mean in windows api?
Topic archived. No new replies allowed.