回覆列表
  • 1 # 火奇飛

    用PlaySound 函式可以播放 .wav 格式音樂。

    例如 下面 播放 紫竹調.wav 格式音樂,它存放在 D:\\zzz\\zzd.wav

    其它音樂格式能不能播放,要試驗一下才知道,也許不行,也許可以。

    #include <stdio.h>

    #include <windows.h>

    #include <mmsystem.h>

    #pragma comment(lib, "winmm.lib")

    void main(){

    PlaySound (TEXT("D:\\zzz\\zzd.wav"), NULL, SND_ASYNC | SND_NODEFAULT);

    while (1)

    {

    printf("program is running... here\n"); //這裡跑你的程式,按 Ctrl-C 組合鍵,結束程式。

    Sleep(1000); //休息1秒

    }

    exit(0);

    }

  • 中秋節和大豐收的關聯?
  • 當一個人的心不在了,留住人有用麼?