Cpp multi-threading exception on Windows
在工作的时候遇到了exception如果发生在std::thread里面整个程序会直接崩溃的问题。
在工作的时候遇到了exception如果发生在std::thread里面整个程序会直接崩溃的问题。
C++ is really complex, though interesting. There are many details and I think it's not possible to remember all. This post is to record any useful information I find about C++, and will be kept updating. If there are topics needed to further explanation, I may write a new post specific for that.
开始工作之后,日程安排也变得更重要了。
For the first week I started my job, I mainly review C++ apart from
those administration matters. There are some tutorials inside company
wiki. When I review the virtual
feature of C++, my brain is
a little bit of mess. Also, I meet a confusing expression related with
reference. Therefore, after I figure out what happened exactly, I decide
to write these things for a backup of my memory.
刚想码字,才发现自己用的NexT主题是旧版本,还奇怪为什么7k+ star的项目为什么文档都不全。