Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
VS2013 hello world includes
#26
infix to postfix v 2.0
hangman
Matrix paths right-down only, going through XY
Dices by GOOSE
binary
pi
hangman
no-thread
Please log in to post a comment.