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

浙公网安备 33010602011771号