开源使用者
标签
为什么我不能进入 GDB 中的 C++ cout 标准库函数?
2022-01-20 00:00:00
gdb
c++
如果我不给原型返回值的函数添加返回值怎么办
2022-01-19 00:00:00
return
return-value
c++
为什么我不能用大括号括起来的初始化列表构造队列/堆栈?(C++11)
2022-01-19 00:00:00
queue
initialization
vector
c++
c++11
如果我不明确地初始化,C++ 类成员如何初始化?
2022-01-18 00:00:00
initialization
c++
member-initialization
为什么我不能使用 std::remove_if 从 std::set 中删除字符串?
2022-01-17 00:00:00
algorithm
set
c++
remove-if
为什么我不能使用双冒号在命名空间中前向声明一个类?
2022-01-14 00:00:00
namespaces
c++
为什么我不能将 uint 重新解释为 int?
2022-01-13 00:00:00
type-conversion
c++
reinterpret-cast
为什么我不能在 char * 和 unsigned char * 之间进行静态转换?
2022-01-12 00:00:00
char
c++
unsigned-char
static-cast
reinterpret-cast
为什么我不能导致段错误?
2022-01-12 00:00:00
segmentation-fault
c++
如果我不使用变量,我可以在翻译单元中有多个定义吗?
2022-01-11 00:00:00
standards
linker
c++
c++11
one-definition-rule
为什么我不能用 operator>> 读取 fstream 的二进制数据?
2022-01-09 00:00:00
binary
stream
c++
fstream
为什么我不能用operator>>读取fstream的二进制数据?
2022-01-07 00:00:00
binary
stream
c++
fstream
为什么我不能用 std::unordered_map 替换 std::map
2022-01-07 00:00:00
c++
c++11
stl
unordered-map
为什么我不能写入字符串文字而我*可以*写入字符串对象?
2022-01-07 00:00:00
string
c++
stl
为什么我不需要检查引用是否无效/空?
2022-01-05 00:00:00
reference
null
c++
为什么我不能在 C++ 的 `std::map` 中存储引用?
2022-01-05 00:00:00
dictionary
reference
c++
std
stdmap
为什么我不能使用统一初始化初始化初始化列表中的引用?
2022-01-05 00:00:00
reference
c++
c++11
initializer-list
uniform-initialization
为什么我不能把这个对象推到我的 std::list 上?
2022-01-01 00:00:00
linked-list
loops
c++
为什么我不能放一个“使用"?类声明中的声明?
2021-12-31 00:00:00
namespaces
header
compiler-errors
using
c++
当我的 lua 代码抛出错误时,为什么我不能捕获 luabind::error 异常?
2021-12-30 00:00:00
exception-handling
lua
c++
c++11
luabind
«
1
2
3
4
5
6
7
8
»