按照https://learn.microsoft.com/en-us/cpp/standard-library/time-zone-class?view=msvc-170 看起来...
按照https://learn.microsoft.com/en-us/cpp/standard-library/time-zone-class?view=msvc-170 看起来...
// catch_MSIL_in_native_2.cpp // compile with: /clr catch_MSIL_in_native.obj #include <iostream> using namespace std; void Test(); void Test2(); void Func() { // catch any exception from MSIL // should not catch Visual C++ exceptions like this // runtime may not destroy the ...
// catch_MSIL_in_native_2.cpp // compile with: /clr catch_MSIL_in_native.obj #include <iostream> using namespace std; void Test(); void Test2(); void Func() { // catch any exception from MSIL // should not catch Visual C++ exceptions like this // runtime may not destroy the ...