怎么调用playsound函数? 10
#include<stdio.h>#include<stdlib.h>#include<math.h>#include<windows.h>#include<mmsyst...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <windows.h>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")
void main()
#pragma warning(disable:4305)
#pragma warning(disable:4309)
{
bool PlaySound("D:\\song.wav", NULL, SND_FILENAME);
system("color f9");
while(int i=3)
{
printf("%c",i);
Sleep(50);
}
}
这个程序 为什么总提示D:\Cpp1.cpp(12) : error C2078: too many initializers
我觉得已经很简洁了啊 展开
#include <stdlib.h>
#include <math.h>
#include <windows.h>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")
void main()
#pragma warning(disable:4305)
#pragma warning(disable:4309)
{
bool PlaySound("D:\\song.wav", NULL, SND_FILENAME);
system("color f9");
while(int i=3)
{
printf("%c",i);
Sleep(50);
}
}
这个程序 为什么总提示D:\Cpp1.cpp(12) : error C2078: too many initializers
我觉得已经很简洁了啊 展开
3个回答
展开全部
把bool去掉
更多追问追答
追问
去掉了以后可以运行 但是没有播放出声音 这是怎么回事?能解决吗
追答
没用过这个函数,也许文件名不支持路径。去掉路径,把song.wav和exe放在一个目录下试试。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
bool PlaySound("D:\\song.wav", NULL, SND_FILENAME); bool 去掉;
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询