I have built a c program. The program works fine.


I want the program to play soung (music) when it begins to run. The music files are window media wav files.

is there a way to include sound, either using

system("start c:\windows\media\example.wav");

or in the actual c program or some other easier way.

Thanx for the response.