1 - I just want to simply play a .wav audio file in c++ program. I do NOT want make complex things with audio file...like recording or something else...just play it. Is it possible without using specifics audio libraries?? For example, Windows.h.Does it work with simple function or not??
2 - Is it possible to play audio files in console?