Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Catching divide-by-zero with /EHc
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <stdio.h> int main(int argc, char **) { try { printf("%d\n", 1 / (argc-1)); } catch (...) { puts("caught"); } }
run
|
edit
|
history
|
help
0
Guess a number in c++
Copy initialization: overload resolution issue
#9
Visual Studio C++ wont accept >> or << past the initial declarations
OS_checker
Attribute of qi parsers
problem_soultion2
masodijegy.cpp
MSVC C++ runtime bug in dynamic_cast
rvalue lifetime