VC++ 中简单操作MP3音乐的方法,小结
摘要:
#include #include #include #include #include #pragma comment(lib,"winmm.lib") void main() { char str[128]={0}; int i = 0; char buf[128]={0}; MCI_OPEN_PARMS mciOpen; MCIERROR mciError; mciO... 阅读全文
posted @ 2015-10-05 09:28 鹿我所录 阅读(1680) 评论(1) 推荐(0)
浙公网安备 33010602011771号