Anthony Williams is a UK-based developer and consultant with many years experience in C++. He has been an active member of the BSI C++ Standards Panel since 2001, and is author or coauthor of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the new C++ Standard, known as C++11 or C++0x. He has been the maintainer of the Boost Thread library since 2006, and is the developer of the just::thread implementation of the C++11 thread library from Just Software Solutions Ltd. Anthony lives in the far west of Cornwall, England.
发表于2024-12-22
C++ Concurrency in Action 2024 pdf epub mobi 电子书
C++领域,多线程的书籍很少。毕竟多线程对于C++来说是属于语言之外的东西,linux上是pthread,windows上则由win32API或.net framework提供。0x标准(现在是11了)纳入了线程后,线程变为语言的一部分,这就是这本书要说的东西。 内容是比较丰富,除了标准外,还有一些基本的多...
评分给看这本翻译版的人几个提醒: 1、要始终相信自己的理解能力,看不懂中文不是你的错。 2、别太较真,除非你有时间自己翻译一遍。 3、需要较真的地方一定要看原文。每一段自己找个关键词,每一节自己写个总结。记住一定要自己写,不要以为能够从翻译文字中复制几句拼起来当总结...
评分这本书是我见过翻译的技术书以来,最差的一本!真的是最差的,我买过的翻译的书可以大致说一下:学习opencv, shell, Unix高级环境编程, C++ primer, java编程思想等,书名可能有点偏差。 如果用一个数据来表示还原原书的程度的话,Unix高级环境编程是95%,shell是90%,学习...
评分作者, 同时也是boost::thread库的(前)作者, 实力碉堡, 你甚至可以在stackoverflow上看到他回答的问题. 看到有书评说C++0x的concurrency的书, 但实际上没有C++0x的语言特性, 新的thread库也能work的很好. 甚至说跳出C++, 光memory model, lock-free, CPU cache line optimizat...
评分这几个翻译的作者,全部来自同一家银行,真是太巧了。 研究.Net的,来翻译我大c++你是什么意思? 网络工程师?你写代码的吗,是不是专门部署网络的,你敢来翻译这本书? 2010年毕业4年的你敢过来翻译多线程? 测试工程师你有资格你看得懂这本书? 书理解起来本身就不容易,出版...
图书标签: C++ concurrency 并发编程 C/C++ 并发 计算机 编程 并行
C++ 11 delivered strong support for multithreaded applications, and the subsequent C++14 and 17 updates have built on this baseline. C++ has better options for concurrency than ever before, which means it's an incredibly powerful option for multicore and parallel applications.
C++ Concurrency in Action 2024 pdf epub mobi 电子书