Well I am wanting to play BAKCGROUND music in C++. The way I tried it, it opens a windows media player window and plays it from that. Is there any way to play background music without any windows opening and no libraries to install?
BTW, that only works on Windows. If you plan to make your program cross-platform, you will need to look into a sound library, like OpenAL. http://connect.creativelabs.com/openal/