2015年6月10日 星期三

02160412_蔡尚恩 WEEK13

1. 博士演講 

2.MP3撥放

3.作業



匯入mp3音樂檔


先匯入   CMP3_MCI  的標頭檔


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


CMP3_MCI myMP3 ;


using namespace std;
int main()
{
    myMP3.Load("fq.mp3");
    myMP3.Play();
    cout<<"Hello world!"<<endl;
    int a;
    cin>>a;
    return 0 ;
}


撥出  mp3 

沒有留言:

張貼留言