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?
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.