
C++
C++
RiskAI
这个作者很懒,什么都没留下…
展开
-
C和C++标准的API在线文献及学习资源
C/C++标准库的参考标准及在线API原创 2019-07-08 00:32:58 · 877 阅读 · 0 评论 -
VS2019配置BOOST-v1.70.0库
文章目录vs2019配置c++ boost库安装编译Boost c++ library新建vs2019 c++项目,并添加boost依赖库代码测试c++ boost库说明主要分类常用库相关图书编辑vs2019配置c++ boost库安装编译Boost c++ library安装Boost库官网下载:https://www.boost.org/users/history/version_...原创 2019-07-08 19:07:10 · 26406 阅读 · 14 评论 -
C语言和C++中locale设置
#include <locale.h>char* setlocale (int category, const char* locale); // 区域设置(本地设置、地域设置)函数struct lconv* localeconv (void); // 返回区域设置中与数字和货币有关的信息struct lconv; //包含了与数字和货币有关的区域设置信息的结构体struct...原创 2019-07-20 11:51:47 · 2899 阅读 · 0 评论