hi,
it is possible to put background music in c++ console, is there's any basic codes for that?if yes how?
thanks for that..
how can i link winmmlib? im using visual c++ express edition.
Use -lwinmm
at the command line, or use your IDE to add libwinmm to the project dependencies.