博客地址:http://home.cnblogs.com/u/zengjianrong/
摘要: #include <windows.h>#include <mmsystem.h>#pragma comment(lib, "WINMM.LIB")void main(void){ PlaySoundA("E:\\1.wav", NULL, SND_ASYNC | SND_LOOP); while(1) { Sleep(1000 * 1000); }} 阅读全文
posted @ 2013-04-17 21:59 black_man 阅读(297) 评论(0) 推荐(0) 编辑