2015年5月21日 星期四

02160252智智

1.今天前兩節課去P102聽鄭鎧尹博士演講

2.今日作業:MP3播放

四行程式碼

呼叫MP3出來播放









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

using namespace std;

int main()
{

    myMP3.Load("ABC.mp3");
    myMP3.Play();
    cout << "Hello world!" << endl;
    int a;
    cin>> a;
    return 0;
}



沒有留言:

張貼留言