随笔分类 - 35-cpp
摘要:<! +++ title = "C++ std::thread 多线程" description = "1. 创建线程; 2. 同步 & 互斥; 3. std::async()" date = "2022 01 03" tags = ["usual"] categories = ["3 syntax
阅读全文
摘要:<! +++ title = "C++包管理器" description = "1. vcpkg; 2. conan" date = "2022 01 03" tags = [] categories = ["3 syntax","35 cpp","tools"] series = [] keywo
阅读全文
摘要:<! +++ title = "QtDbus的API及示例" description = "1. Client :: Method Call; 2. Subscriber :: Signal Catching; 3. Server/Publisher :: Register Service; 4.
阅读全文
摘要:<! +++ title = "【转载】QtCreator的结构、功能和插件体系" description = "1. 使用QtCreator; 2. IDE插件; 3. 编译工具链" date = "2022 01 03" tags = [] categories = ["3 syntax","3
阅读全文
摘要:<! +++ title = "【转载】QtCreator架构解析" description = "1. Qt框架的基本元素; 2. Qt插件" date = "2022 01 03" tags = [] categories = ["3 syntax","35 cpp"] series = []
阅读全文
摘要:<! +++ title = "【转载】QtCreator编码规范" description = "1. 二进制兼容性和源代码兼容性; 2. 代码构造; 3. 格式化; 4. 模式与实践; 5. 类成员名称; 6. 文档" date = "2022 01 03" tags = [] categori
阅读全文
摘要:<! +++ title = "【转载】QtCreator二进制兼容" description = "1. 定义; 2. ABI注意事项; 3. 可做与不可做; 4. 库程序员的技巧; 5. 故障排除" date = "2022 01 03" tags = [] categories = ["3 s
阅读全文
摘要:<! +++ title = "C++语法" description = "1. 编译器; 2. 语法; 3. 头文件.h与源文件.cpp; 4. class; 5. 其他" date = "2022 01 03" tags = [] categories = ["3 syntax","35 cpp
阅读全文
摘要:<! +++ title = "STL容器操作" description = "1. 通用算法; 2. 数组; 3. Vector; 4. List; 5. Tuple; 6. Pair; 7. Sets / Multiset; 8. Map / Multimap; 9. 无序容器; 10. Que
阅读全文
摘要:<! +++ title = "Modern C++" description = "1. auto 关键字; 2. 智能指针(smart pointers); 3. std::string & std::string_view; 4. 标准库增加的函数; 5. for 循环的新句式; 6. con
阅读全文