在完全更新以反映C#7.0的最新功能和最新的最佳实践,Effective C#,第三版将帮助您充分利用其全面的功能,编写出非常强大,高效,可维护和性能良好的代码。使用Scott Meyers最畅销的Effective C ++中简洁,情景驱动的风格,Bill Wagner汇集了50个C#最佳实践,提示,快捷方式和逼真的代码示例,帮助您快速掌握可能需要几年时间才能发现的高级技术拥有。
2019-12-21 19:24:28 14.9MB C#开发
1
Scott Meyers所著,More Effective C++ :35 New Ways to Improve Your Progra。文字版pdf,超清可编辑。找了好久才找到的
2019-12-21 18:57:34 8.67MB More Effective C++
1
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