std::bind的用法 cpp / 作者: sidney / 2022年10月6日 bind () 函数简介 std::bind()函数作为函数的适配器,它可以扩大函数是使用场合,使得函数更加灵 […] std::bind的用法 Read More » 10 月 6 2022
编译、链接 cpp / 作者: sidney / 2022年10月4日 编译时,编译器需要的是语法的正确,函数与变量的声明的正确。对于后者,通常是你需要告诉编译器头文件的所在位置(头 编译、链接 Read More » 10 月 4 2022
C++ dynamic_cast cpp / 作者: sidney / 2022年10月3日 【格式】 dynamic_cast < type-id > (expression) 该运算符把e C++ dynamic_cast Read More » 10 月 3 2022
C 位域 内存布局 cpp / 作者: sidney / 2022年9月26日 位域的存储,内存布局,大小端的差异:https://blog.csdn.net/anyegongjuezjd/ C 位域 内存布局 Read More » 9 月 26 2022
LIKELY / UNLIKELY宏 cpp / 作者: sidney / 2022年9月26日 likely和unlikely这个指令是gcc引入的,作用是允许程序员将最有可能执行的分支告诉编译器。 简述 LIKELY / UNLIKELY宏 Read More » 9 月 26 2022
C++ 踩坑记录 cpp / 作者: sidney / 2022年9月19日 1.StringPiece StringPiece介绍: https://blog.csdn.net/zxpo C++ 踩坑记录 Read More » 9 月 19 2022
C++ 宏的学习 cpp / 作者: sidney / 2022年7月27日 https://www.cnblogs.com/fnlingnzb-learner/p/6823575.htm C++ 宏的学习 Read More » 7 月 27 2022