
c/c++
文章平均质量分 57
小罗tongxue
while(alive){ keep study;}
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++11智能指针
c++11 智能指针 auto_ptr unique_ptr shared_ptr转载 2021-08-20 16:47:41 · 436 阅读 · 0 评论 -
C++并发编程五:(std::condition_variable详解)
c++11多线程 条件变量 std::condition_variable 类介绍原创 2021-04-09 13:57:09 · 7903 阅读 · 0 评论 -
解决 OpenCV Error: Insufficient memory (Failed to allocate 3221225472 bytes) in cv::OutOfMemoryError
opencv报错 cvLoadImage OpenCV Error: Insufficient memory (Failed to allocate 3221225472 bytes) in cv::OutOfMemoryError原创 2021-03-25 09:54:09 · 21006 阅读 · 2 评论 -
C++ double 转string 精度保持到小数点后15位
C++ double 转string 精度保持到小数点后15位原创 2021-03-12 15:06:14 · 3989 阅读 · 1 评论 -
C++并发编程四:(std::mutex详解)
c++11 多线程 mutex lock unique_lock lock_guard原创 2021-03-12 13:52:12 · 1380 阅读 · 0 评论 -
c++ - boost::program_options:如何忽略未知参数?
c++ boost program_options 忽略未知参数原创 2021-03-03 16:43:10 · 407 阅读 · 1 评论 -
编写Makefile:编译当前文件夹以及子文件夹下所有的c&&cpp文件并生成可执行文件
makefile c/c++ 生成可执行文件原创 2021-02-25 14:17:55 · 2273 阅读 · 0 评论 -
C++多个头文件中可以定义同名的namespace吗?
c++ namespace 命名空间 头文件原创 2021-02-20 16:56:12 · 6108 阅读 · 3 评论 -
身份证校验码计算:根据身份证前17位计算第18位校验码-c++实现
身份证号码 组成规则 校验码原创 2021-01-05 14:49:35 · 7980 阅读 · 0 评论 -
c++11并发编程三(使用std::future、std::promise获取线程返回值)
std::future、std::promise转载 2021-01-12 10:46:52 · 786 阅读 · 0 评论 -
c++11并发编程二(std::thread之:线程入口函数)
c++11 多线程 线程入口函数原创 2021-01-04 14:13:44 · 1003 阅读 · 0 评论 -
c++11并发编程一(std::thread之:thread构造函数)
c++11 thread joinable原创 2021-01-04 11:20:37 · 5259 阅读 · 3 评论 -
c++11实现一个自动注册的工厂模式
设计模式 自动注册的工厂方法转载 2020-11-17 22:39:02 · 4147 阅读 · 0 评论 -
git commit之后如何撤销
git commit之后如何撤销原创 2020-12-18 16:59:49 · 17557 阅读 · 0 评论 -
解决运行时报错:error while loading shared libraries xxx.so,cannot open shared object file
linux下c++程序运行时报错error while loading shared libraries xxx.so解决办法原创 2020-12-04 11:49:59 · 40675 阅读 · 10 评论 -
c++输出:怎么解决数字过大时默认使用科学计数法输出的问题?
c++ 科学计数法显示改为正常的十进制显示原创 2020-11-09 13:51:13 · 9033 阅读 · 0 评论 -
jsoncons使用之: 构造json
jsoncons 构造json原创 2020-10-28 16:02:01 · 994 阅读 · 0 评论