Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
C++ exception
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> #include <vector> int main() { std::vector<int> v; try { auto x = v.at(0); } catch(...) { std::cout << "emm..."; } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
복소수 클래스 생성하기
atoi on hex
default
Cross-platform multithreading minimal example (g++ and cl.exe)
Noexcept
c++
const_pointer_cast
Adaptive return type
Program_1_rstring
define own struct
stackse - search stackoverflow differently
Please log in to post a comment.