C++11 - transporting C++ exceptions between threads
C++11 introduced std::exception_ptr. The main purpose of this class is to allow to tranport C++ exceptions to different threads.
C++11 introduced std::exception_ptr. The main purpose of this class is to allow to tranport C++ exceptions to different threads.
The following URL is talking about writing exception safe code for C++.
Microsoft announced the new API for inspection of dump file which is called CLRMD
It is a good to try to test your C++ knowledge.