开源使用者
标签
g++ 将返回的字符串文字视为 const char 指针而不是 const char 数组
2022-01-23 00:00:00
g++
c++
string-literals
为什么我需要在 g++ 中使用 typedef typename 而不是 VS?
2022-01-23 00:00:00
g++
c++
typedef
typename
new 在堆栈而不是堆上(如 alloca 与 malloc)
2022-01-22 00:00:00
stack
c++
new-operator
如何在 C++ 中创建一个位于堆而不是堆栈的数组?
2022-01-22 00:00:00
arrays
malloc
stack
c++
heap-memory
使用 std::stack 而不是 deque、vector 或 list 有什么优点和缺点
2022-01-22 00:00:00
containers
stack
c++
stl
用地址而不是数字填充队列
2022-01-21 00:00:00
arrays
queue
c++
C++ 创建弹出窗口的问题,而不是获取其他窗口
2022-01-20 00:00:00
api
popup
window
c++
将 std::tuple 用于模板参数列表而不是类型列表
2022-01-20 00:00:00
tuples
c++
variadic-templates
enable-if
template-templates
波浪号运算符分别返回 -1、-2 而不是 0、1
2022-01-19 00:00:00
boolean
c++
tilde
字符串文字匹配 bool 重载而不是 std::string
2022-01-19 00:00:00
string
boolean
overloading
c++
overload-resolution
为什么布尔值是 1 字节而不是 1 位大小?
2022-01-19 00:00:00
byte
boolean
c++
cpu-architecture
abi
C++ bool 返回 0 1 而不是 true false
2022-01-19 00:00:00
boolean
overloading
c++
写入套接字时使用 write() 而不是 send() 的性能影响
2022-01-19 00:00:00
sockets
network-programming
c++
为什么 main 的默认返回值为 0 而不是 EXIT_SUCCESS?
2022-01-19 00:00:00
return
main
standards
c++
为什么选择 Switch/Case 而不是 If/Else If?
2022-01-19 00:00:00
c
conditional-statements
switch-statement
c++
类型列表的运行时类型开关作为开关而不是嵌套的 if?
2022-01-19 00:00:00
switch-statement
c++
typelist
为什么 const 成员必须在构造函数初始化器中而不是在其主体中初始化?
2022-01-18 00:00:00
initialization
constructor
constants
c++
如何使用样式表为 Qt Widget 而不是其子级设置样式?
2022-01-18 00:00:00
qt
widget
c++
如何为 Qt 而不是 MinGW 设置 Visual Studio 2012 RC 编译器?
2022-01-17 00:00:00
qt
compiler-construction
mingw
c++
visual-studio-2012
为什么 C 需要“struct"?关键字而不是 C++?
2022-01-17 00:00:00
c
compiler-construction
c++
«
16
17
18
19
20
21
22
23
24
25
»