10 2018 档案

摘要:一、裸流pcm文件的录制源码 #include "stdafx.h" #include <stdio.h> #include <Windows.h> //使用了windows的“winmm.lib”自带的库 #pragma comment(lib,"winmm.lib") HWAVEIN hWave 阅读全文
posted @ 2018-10-25 10:19 bookdrip 阅读(2937) 评论(0) 推荐(0)
摘要:1.string 类型所在的头文件 #include <string> using namespace 2.string 类型对象的定义和初始化 在此处注意string类型和字符字面值的的一些区别: string是一个被c++封装的类 其中str!=char_str,因为一个是string类,一个是 阅读全文
posted @ 2018-10-24 17:18 bookdrip 阅读(201) 评论(0) 推荐(0)