开源使用者
标签
在C++中,当对象的构造函数中引发异常时,销毁对象的成员变量
2022-05-19 00:00:00
constructor
exception
destructor
memory-leaks
c++
实现 std::vector::push_back 强异常安全
2022-01-24 00:00:00
containers
c++
c++20
exception-safety
为什么这个 C++11 std::regex 示例会引发 regex_error 异常?
2022-01-23 00:00:00
regex
g++
c++
c++11
零成本异常处理 vs setjmp/longjmp
2022-01-23 00:00:00
gcc
exception-handling
exception
g++
c++
禁用 C++ 异常,如何使任何 std:: throw() 立即终止?
2022-01-23 00:00:00
exception-handling
exit
g++
c++
C++ STL栈问题:栈为空为什么pop()不抛出异常?
2022-01-22 00:00:00
exception
stack
c++
stl
在 GDB 中抛出特定异常类型时如何中断?
2022-01-20 00:00:00
gdb
c++
如果构造函数抛出异常会发生什么?
2022-01-18 00:00:00
initialization
exception
c++
允许编译器优化异常抛出吗?
2022-01-17 00:00:00
compiler-optimization
exception
compiler-construction
c++
C++ pow 异常类型转换
2022-01-13 00:00:00
type-conversion
c++
pow
C++ 异常返回类型为什么是 char*
2022-01-12 00:00:00
string
pointers
char
exception
c++
我得到分段错误而不是异常
2022-01-12 00:00:00
exception-handling
exception
segmentation-fault
try-catch
c++
在 C++ 中捕获 Segfault 或任何其他错误/异常/信号,例如在 Java 中捕获异常
2022-01-12 00:00:00
signals
exception-handling
exception
segmentation-fault
c++
OpenGL 抑制基于 MFC 对话框的应用程序中的异常
2022-01-12 00:00:00
opengl
debugging
exception-handling
mfc
visual-studio-2005
当我抛出异常时,为什么我的 MFC 应用程序会挂起?
2022-01-12 00:00:00
windows
c++
mfc
Windows默默捕捉到的异常,如何手动处理?
2022-01-12 00:00:00
windows
exception
c++
mfc
message-pump
catch(...) 没有捕获异常,我的程序仍然崩溃
2022-01-12 00:00:00
opengl
exception-handling
visual-c++
crash
c++
C++ 异常和结构化异常之间的区别
2022-01-12 00:00:00
exception
c++
mfc
异常的 C++ 链接器错误 - “在丢弃的部分中定义"
2022-01-11 00:00:00
linker
c++
c++11
Base64 编码使用 boost throw 异常
2022-01-10 00:00:00
string
base64
iterator
c++
boost
«
11
12
13
14
15
16
17
18
19
20
»