赞
踩
音乐文件必须是WAV格式
- #include <stdio.h>
- #include <stdlib.h>
- #include<windows.h>
- #include<MMSystem.h>
- #pragma comment(lib,"winmm.lib")
- void play()
- {
- PlaySound("D://wav//陈小春 - 战无不胜.WAV",NULL,SND_FILENAME | SND_ASYNC);
- }
- int main()
- {
- play();
- system("pause");
- return 0;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。