为什么c++Playsound函数播放了一声“ding”系统声音就退出程序了?不播放音乐。

2019-02-16 18:21发布

#include<iostream>

#include<cstdio>

#include<windows.h>

#include<mmsystem.h>

#include<cstring>

#include<algorithm>

#define ll long long

using namespace std;

int main()

{

PlaySound("E:\1\音乐\ 像风一样.wav",NULL,SND_FILENAME|SND_SYNC); 

return 0;

}