2015年5月21日 星期四

Week 13

(1) 鄭鎧尹博士演講
(2) MP3播放
(3)作業需求



音樂檔要放入freeglut 裡的 bin 裡面


執行程式時,撥放音樂

#include <iostream>
#include <Gl/glut.h>
#include "CMP3_MCI.h"
CMP3_MCI   myMP3;
using namespace std;

int main()
{
    myMP3.Load("RickyMartin.mp3");
    myMP3.Play();
    int a;
    cin>> a;
    return 0;
}




沒有留言:

張貼留言