below is the simple source code
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}??
how to let program play some music when the program
print the word "Hello"??
Let's say the song file name is "hello.mpg".