摘要:
在顶部#include 然后,在c盘新建一个txt文件,把后缀名更改为.dat,并且命名mp3Decode.dat//以二进制模式和在文件尾追加的方式打开文件std::fstream f("c:\\mp3Decode.dat", std::ios::binary | std::ios::app);//pDeFullBuf是一个BYTE[] *pDeFullBuf的指针,强制转换为char *//bDecFullLen是有效的数据长度f.write((char*)pDeFullBuf, bDecFullLen);//关掉流f.close(); 阅读全文
posted @ 2014-03-04 18:46
Go和分布式IM
阅读(589)
评论(0)
推荐(0)