摘要: c++ constexpr 阅读全文
posted @ 2023-04-09 20:07 _Explosion! 阅读(27) 评论(0) 推荐(0) 编辑
摘要: c++ std::string_view 阅读全文
posted @ 2023-04-05 19:53 _Explosion! 阅读(165) 评论(0) 推荐(0) 编辑
摘要: c++ struct和class 阅读全文
posted @ 2023-04-05 18:52 _Explosion! 阅读(28) 评论(0) 推荐(0) 编辑
摘要: c++ std::variant std::optional 阅读全文
posted @ 2023-04-05 18:43 _Explosion! 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 开发豆之助桌宠(QT)时想加一个二维码生成功能,于是想引入qrencode库,找到了其原文件,直接把整个文件加到工程项目太过笨重,于是我想用vs生成lib引入。 生成时遇到很多问题并一一解决 1.在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "pch.h"? 解决方法: 阅读全文
posted @ 2023-04-04 22:52 _Explosion! 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 无 阅读全文
posted @ 2023-04-04 19:20 _Explosion! 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 多态 阅读全文
posted @ 2023-04-04 19:10 _Explosion! 阅读(35) 评论(0) 推荐(0) 编辑
摘要: HASH 阅读全文
posted @ 2023-04-04 18:45 _Explosion! 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 宏相关 阅读全文
posted @ 2023-04-03 19:58 _Explosion! 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 现代c++类型推导 阅读全文
posted @ 2023-04-03 19:45 _Explosion! 阅读(63) 评论(0) 推荐(0) 编辑