Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
VC++ windows exception
//Title of this code #include <iostream> using namespace std; void Do() { Do(); } int main() { int c; __try { Do(); } __except ( c ) { cout << "oops"; } }
run
|
edit
|
history
|
help
0
constexpr internal error
hangman
Matrix_1
Buggy Strcat
#7.2
virtual inheritance
Union and possible undefined behavior
MSVC C2888 bug
#26
Implements.cpp