开源使用者
标签
我什么时候会通过 const&std::string 而不是 std::string_view?
2022-01-07 00:00:00
string
parameter-passing
c++
stl
string-view
你什么时候更喜欢使用 std::list<T>而不是 std::vector<T>?
2022-01-07 00:00:00
containers
c++
stl
你什么时候在 C++ 中使用函数对象?
2022-01-07 00:00:00
c++
stl
function-object
我什么时候会在 C++ 中使用 const volatile、register volatile、static volatile?
2022-01-05 00:00:00
static
constants
c++
volatile
什么时候初始化静态和全局变量?
2022-01-05 00:00:00
initialization
static
global-variables
c++
什么时候初始化静态 C++ 类成员?
2022-01-05 00:00:00
initialization
static
c++
我什么时候应该在非成员函数之前写关键字“static"?
2022-01-05 00:00:00
static
linker
c++
C++ 对象:什么时候应该使用指针或引用
2022-01-05 00:00:00
reference
pointers
c++
我什么时候可以自信地用 -O3 编译程序?
2022-01-04 00:00:00
gcc
compilation
compiler-construction
c++
什么时候对象“超出范围"?
2022-01-04 00:00:00
destructor
scope
c++
C++ 什么时候我们应该更喜欢使用两个链接的 static_cast 而不是 reinterpret_cast
2021-12-31 00:00:00
casting
c++
static-cast
reinterpret-cast
什么时候强制转换调用新类型的构造函数?
2021-12-31 00:00:00
casting
c++
什么时候调用它是安全的->在构造函数和析构函数中
2021-12-30 00:00:00
constructor
destructor
c++
c++11
我们什么时候需要 C++ 中的私有构造函数?
2021-12-30 00:00:00
constructor
private
c++
我们什么时候需要将数组的大小作为参数传递
2021-12-29 00:00:00
arrays
c
parameters
c++
Visual Studio C++:我什么时候应该使用 __declspec(dllimport)?
2021-12-25 00:00:00
visual-studio
dll
import
export
c++
什么时候 uint8_t ≠ unsigned char?
2021-12-25 00:00:00
c
types
c++
unsigned-char
uint8t
我什么时候必须使用 boost::asio:strand
2021-12-24 00:00:00
multithreading
c++
boost
boost-asio
我们什么时候可以省略 C++11 lambda 中的返回类型?
2021-12-23 00:00:00
lambda
c++
c++11
type-deduction
c++11 中的类型什么时候可以被 memcpyed?
2021-12-21 00:00:00
memory
c++
c++11
«
2
3
4
5
6
7
8
9
10
11
»