(1)13:00~14:40在P102由LIVEhouse.in 的鄭鍇尹博士演講
(2)14:50回s5131-1上課
(3)MP3播放
(4)作業需求
#include "CMP3_MCI.h"
#include <GL/glut.h>
#include <stdio.h>
CMP3_MCI myMP3;
int main ()
{
myMP3.Load("RickyMartin.mp3");
myMP3.Play();
int a;
scanf("%d",&a);
return 0;
}
沒有留言:
張貼留言