2015年5月21日 星期四

02163042_王冠閔_week13

(1)MP3播放

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

CMP3_MCI myMP3;

using namespace std;

int main()
{
    myMP3.Load("RickyMartin.mp3");
    myMP3.Play();
    cout<<"hello !!!"<<endl;
    int a;
    cin>>a;
    return 0;
}


(2)作業需求

沒有留言:

張貼留言