2015年5月21日 星期四

week13_簡上棋

電腦圖學


"MP3"播放


音樂檔要放在freeglut的bin底下


#include "CMP3_MCI.h"
#include <GL/glut.h>
#include <stdio.h>
CMP3_MCI myMP3;

int main ()
{
    myMP3.Load("IfOnly.mp3");
    myMP3.Play();
    printf("~~");
    int a;
    scanf("%d",&a);
    return 0;
}


沒有留言:

張貼留言