2015年5月21日 星期四

02160571_黃冠瑛_week13

電腦圖學
(1)13:00~14:40在P102由LIVEhouse.in 的鄭鍇尹博士演講
(2)14:50回s5131-1上課
(3)MP3播放
(4)作業需求
#include "CMP3_MCI.h"
#include <GL/glut.h>
#include <stdio.h>
CMP3_MCI myMP3;

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



沒有留言:

張貼留言