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.
multiplie linked list numbers
Code
dhar1
wall
define own struct
CommandQueue
Matrix_1
Arrays
msvc compile optimization demo...
DCapSurfaceDesc
Please log in to post a comment.