More Effective C++ 侯捷翻译 高清带书签pdf 不错的东西。
2019-12-21 18:57:22 1.4MB More Effective C++ 侯捷翻译
1
学习如何像专家一样利用现在C++进行高效编程。书中多用C++11和C++14的新特性以及42个条款说明了利用现代C++进行编程的最佳实践。作者为Effective C++, More Effective C++, and Effective STL系列的作者Scott Meyers,书的质量绝对有保证。
2019-12-21 18:53:15 2.51MB C++11;C++14;
1
Effective C++ & More Effective C++(英文版);Effective C++ & More Effective C++(英文版)
2019-12-21 18:52:27 1.65MB Effective C++ & More
1
Effective C++ 中文版第三版 高清PDF。改善程序与设计的55种做法
2019-12-21 18:49:45 16.4MB c++
1
Effective C++ 中英文,mobi格式,适合kindle paperwhite阅读
2019-12-21 18:47:50 1023KB Effective C++ mobi
1
Effective C++简体中文 完整书签
2015-02-07 00:00:00 516KB C++ 侯捷
1
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in. It describes how to write truly great software using C++11 and C++14—i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, and smart pointer make functions The relationships among std::move, std::forward, rvalue references, and universal references Techniques for writing clear, correct, effective lambda expressions How std::atomic differs from volatile, how each should be used, and how they relate to C++'s concurrency API How best practices in "old" C++ programming (i.e., C++98) require revision for software development in modern C++ Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material.
2014-11-27 00:00:00 4.82MB CPP C++
1
本书所给出的建议都是源于日常编程实践的一些真知灼见。和它的姊妹篇《Effective C++》一样,本书是每个C++开发者必不可少的书籍。   作者Meyers在本书中为我们呈现了35种用于提升程序和设计的新方法。根据多年的经验,Meyers解释了如何才能编写更高效的C++软件:运行效率更高、更为健壮、更为稳定、更容易移植以及更易于重用。简而言之,就是如何编写更好的C++软件。   一些经过实践检验的用来改善程序效率的方法,包括检验C++语言特性所带来的时间和空间上的开销。   全面地描述了C++专家所使用的高级技术,包括placement new、虚构造函数、智能指针、引用计数、代理类和双重分派等。   本书主要特点:以实例说明异常处理从结构上及行为上给C++类和函数带来的巨大影响。   从实用的角度介绍新的语言特性,包括bool、mutable、...
2014-02-11 00:00:00 2.48MB More Effective C++ 高清
1
Effective STL中文版.pdf 带目录书签 清晰版 Milu Deer Programmer 麋鹿之乡的程序员
2013-06-13 00:00:00 1.34MB EffectiveSTL Effective STL
1
作者:[美]Scott Meyers 著,侯捷 译 word文档版。您手上这本书,是世界顶级C++大师Scott Meyers成名之作的第二版。其第一版诞生于1991年。在国际上,本书所引起的反响之大,波及整个计算机技术出版领域,余音至今未绝。几乎在所有C++书籍的推荐名单上,本书都会位于前三名。作者高超的技术把握力,独特的视角、诙谐轻松的写作风格、独具匠心的内容组织,都受到极大的推崇和仿效。甚至连本书简洁明快的命名风格,也有着一种特殊的号召力,我可以轻易列举出一大堆类似名字,比如Meyers本人的More Effective C++和Effective STL,Don Box的Effective COM,Stan Lippman主编的Efficient C++系列,Herb Sutter的Exceptional C++等等。要知道,这可不是出版社的有意安排,而且上面这些作者,同样是各自领域里的绝顶大师,决非人云亦云、欺世盗名之辈。这种奇特的现象,只能解释为人们对这本书衷心的赞美和推崇。
2007-07-11 00:00:00 474KB Effective C++
1