#week15-1_PlaySound
#include <windows.h>
int main()
{
PlaySound("檔名wav",NULL,SND_ASYNC);
}
#week15-2_PlaySound_empty
#week15-3_CMP3_MCI
#include "CMP3_MCI.h"
CMP3_MCI myMP3;
int main()
{
myMP3.Load("song.mp3");
myMP3.Play();
}
#week15-4_mouse_motion_translate_rotate
貼上11行glut
沒有留言:
張貼留言