2014年5月23日 星期五

音效播放

#include <windows.h>
#include <mmsystem.h>

int main()
{
PlaySound("0157.wav",NULL,SND_SYNC);
}

沒有留言:

張貼留言