C/C++ error C2027: 使用了未定义类型 std::basic_ifstream<_Elem,_Traits>
C/C++ error C2027: 使用了未定义类型 std::basic_ifstream - 添加头文件 即可解决 error C2027: 使用了未定义类型std::basic_ifstream 问题;
C/C++ atoi函数
C/C++ atoi函数 - 在 stdlib.h 中 atoi 函数,可用于将 char 字符串转为 int 整数类型,语法如下: /* *描述:将一个char类型转为整数 * *参数: * [in] string:字符串类型 * *返回值:返回char...
iOS NSValue 和 NSRange 相互转换
iOS NSValue和NSRange转换,NSValue转NSRange, NSRange转NSValue,NSValue和NSRange转换,猿说编程,
Xcode – The application’s Info.plist does not contain CFBundleShortVersionString
The application's Info.plist does not contain CFBundleShortVersionString
Object-C 加载 TTF/OTF/TTC 文件
Object-C 加载 TTF/OTF/TTC 文件 - /* *函数描述:加载字体并返回 * *参数: * fontName : 字体名字,并非字体文件 * fontSize : 字体大小 * *返回值:加载成功,返回字体,加载失败,返回nil...
AVFoundation – 将多个媒体合并(五) – 多个视频之间设置转场溶解过渡效果
AVFoundation转场溶解过渡效果,AVFoundation转场,AVFoundation溶解,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
C/C++ std::string 使用介绍
C/C++ std::string 使用介绍 一.string类的构造函数 二.string类的字符操作 三.string的特性描述 四.string的赋值 五.string的连接 六.string的比较 七.string的交换 八.string类的查找函数 九....
IOS – OpenGL ES 图像哈哈镜效果 GPUImageStretchDistortionFilter
GPUImage - 设置图像哈哈镜效果 GPUImageStretchDistortionFilter- GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , ...