Fork me on GitHub

随笔分类 -  C++

C++学习
摘要:c++智能指针 阅读全文
posted @ 2022-08-22 20:33 HelloLLLLL 阅读(100) 评论(0) 推荐(0)
摘要:RTTI 动态类型转换 阅读全文
posted @ 2022-08-21 21:00 HelloLLLLL 阅读(64) 评论(0) 推荐(0)
摘要:c++ 友元 阅读全文
posted @ 2022-08-21 17:19 HelloLLLLL 阅读(82) 评论(0) 推荐(0)
摘要:c++ lambda学习举例 阅读全文
posted @ 2022-08-20 20:22 HelloLLLLL 阅读(52) 评论(0) 推荐(0)
摘要:八皇后解法 阅读全文
posted @ 2022-08-20 15:22 HelloLLLLL 阅读(307) 评论(0) 推荐(0)
摘要:c++ const 限定符 阅读全文
posted @ 2022-08-07 15:48 HelloLLLLL 阅读(43) 评论(0) 推荐(0)
摘要:【c++】函数模板 语法学习。 阅读全文
posted @ 2022-07-31 20:14 HelloLLLLL 阅读(84) 评论(0) 推荐(0)
摘要:首先把需要调用的动态库dll和它依赖的对象都要放入到运行目录,debug环境就是debug目录下了。 然后就写代码: #include <iostream> #include <windows.h> #include<string.h> //extern int OutPutQrCode(int v 阅读全文
posted @ 2022-06-10 22:21 HelloLLLLL 阅读(1233) 评论(0) 推荐(0)
摘要:在网上搜二维码库:qrencode,源码下载:https://github.com/fukuchi/libqrencode 我的是windows环境,IDE是vs2022。 建立一个动态库的空工程。 把源码下载下来,其中test文件夹 use文件夹 和cmake文件夹我没有使用,直接把根目录的所有. 阅读全文
posted @ 2022-06-10 22:14 HelloLLLLL 阅读(507) 评论(0) 推荐(0)
摘要:inline unsigned __int64 GetCycleCount() { __asm RDTSC } 阅读全文
posted @ 2021-12-02 21:56 HelloLLLLL 阅读(416) 评论(0) 推荐(0)
摘要:MFC之动态调用自己写的类库中的类的成员方法 阅读全文
posted @ 2020-05-01 23:12 HelloLLLLL 阅读(779) 评论(0) 推荐(0)
摘要:c++动态内存知识总结 阅读全文
posted @ 2020-03-27 17:18 HelloLLLLL 阅读(244) 评论(0) 推荐(0)
摘要:删除vector时,要注意下标的变换 阅读全文
posted @ 2020-02-29 11:28 HelloLLLLL 阅读(1120) 评论(0) 推荐(0)