摘要: c++的并发涉及到这么几个东西: std::thread std::mutex std::lock_guard std::lock 参考资料: http://en.cppreference.com/w/cpp/thread/lock C++11 并发指南三(std::mutex 详解) 阅读全文
posted @ 2017-07-13 19:38 Sawyer Ford 阅读(171) 评论(0) 推荐(0) 编辑
摘要: C++17都出来了,是时候整理一波C++11旧特性了。 参考资料: C++开发者都应该使用的10个C++11特性 http://zh.cppreference.com/w/cpp/memory/shared_ptr http://zh.cppreference.com/w/cpp/memory/we 阅读全文
posted @ 2017-07-13 10:02 Sawyer Ford 阅读(169) 评论(0) 推荐(0) 编辑