2015年5月21日 星期四

week13_02160234_洪振瑋

今日目標
(1)MP3播放



今天聽了演講 只能教一點點程式碼
所以教了播放MP3 

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

CMP3_MCI myMP3;

int main ()
{
    myMP3.Load("RickyMartin.mp3");
    myMP3.Play();

    int a;
    scanf("%d",&a);
}


沒有留言:

張貼留言