分享
 
 
 

《2005最新C++经典著作》(C++ Programming)新增Effective C++, 3rd Edition

王朝资源·作者佚名  2009-06-29
 说明  因可能的版权问题本站不提供该资源的存贮、播放、下载或推送,本文仅为内容简介。

中文名: 2005最新C++经典著作

英文名: C++ Programming

版本: 新增Effective C++, 3rd Edition

地区: 美国

对白语言: 英语

简介:

下载的朋友请注意,请不要点击全选!!

第一个压缩包是前面7种著作的合集,对于这7种C++著作都有兴趣的请下载压缩包,仅对某本书有兴趣请单独选择下载。后来更新的不在压缩包里,请单独下载。

1.Exceptional C++ Style: 40 New Engineering Puzzles, Programming Problems, and Solutions

By Herb Sutter

Published by Addison Wesley Professional

《Exceptional C++》又一姊妹作。一如既往轻薄洗练,一如既往让人挠头。Herb是一个真正聪明的C++语言专家!我怀疑世界上没有第二个C++技术作家能像Herb这样深入细节。

2.Imperfect C++: Practical Solutions for Real-Life Programming

By Matthew Wilson

Published by Addison Wesley Professional

C++是一门非凡的语言,但它并不完美。STLSoft主要创建者Matthew不但指出C++的不尽如人意之处,还提供了经过实践检验的技术、工具以及经验,便于我们编写出更为强建、高效、灵活的代码。Matthew文笔极佳,本书极富阅读趣味。

3.C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

By Herb Sutter, Andrei Alexandrescu

Published by Addison Wesley Professional

C++标准委员会主席Herb Sutter和世界上最厉害的C++专家之一Andrei Alexandrescu,汇总全球C++社群的经验,联袂写就本书。和一般肤浅的C++编码风格指南不同,本书还阐明了诸如“何时应该结合使用静态多态和动态多态技术”之类的高级问题。这本书为世界上任何C++开发团队制定自己的规范提供了权威基础,必将成为C++程序员的“圣经”。

4.C++ Common Knowledge: Essential Intermediate Programming

By Stephen Dewhurst

Published by Addison Wesley Professional

继《C++ Gotchas》之后Stephen推出的又一佳作,将延续其招牌式的尖锐风格。Stephen总结的63个条款乃是现代职业C++程序员必备知识。我相信本书的内容远比其名字更吸引人。

5.C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond

By David Abrahams, Aleksey Gurtovoy

Published by Addison Wesley Professional

本书由Boost库发起者之一、Boost顶尖开发专家David Abrahams领衔写作,第一次向你揭示C++模板元编程的来龙去脉。致力于攀登C++泛型编程巅峰的朋友绝不可错过这本书。同步提供随书CD下载。

6.You Can Do It! : A Beginners Introduction to Computer Programming

by Francis Glassborow

Published by John Wiley & Sons

ACCU前主席Francis Glassborow携30余年的编程和教学经验,以及成百上千本C++书籍评阅经验,为完完全全的(C++)编程初学者编写了这本互动教程。

7.Effective C++ Cd: 85 Specific Ways to Improve Your Programs and Designs

by Scott Meyers

Published by Addison Wesley Professional

此CD1999年出版,并非新品。CD 产品为HTML格式,以两书合一的方式出售,交叉索引甚为方便,可为读者带来旁徵博引时的莫大帮助,体积不大而价值不菲,推荐给各位同好。

6月1日更新

8.C++ Primer, 4th Edition

By Stanley B. Lippman, Barbara E. Moo, Josée LaJoie.

Published by Addison Wesley Professional

世界上最畅销的C++初学者用书。这个大幅修订版希望能够满足现代C++编程学习之所需,并使新手更容易入门、老手从中获益更多。

这是 Lippman 著名的 C++ 经典著作的第四版,与以前版本相比有较大的改动,主要是将诸如标准模板的运用等以往作为高级技巧的内容提前了, 对于初学者,本书新板将更快地引你上路。

This new edition of C++ Primer, a favorite choice for a first C++ book, has been greatly improved with the latest and greatest on C++, stressing the built-in language features of the C++ Standard Library. For this new version--weighing in at a massive 1,237 pages--Stanley Lippman, a well-known C++ expert, teams up with Josée Lajoie, who has helped define the C++ international language standard. The new material is excellent for programmers who want to get the most out of new and advanced features in the language.

The authors still introduce the basics of C++, including data types and pointers, but quickly move on to stress how to get the most out of the built-in features of ISO-standard C++. Throughout this book built-in support for the C++ Standard Library, such as container classes like vectors and maps, and other standard features, such as the string class, are integrated into a tried-and- proven basic-language tutorial.

The major new features of C++ (templates, name spaces, and run-time type identification) all get their due. The result is an authoritative guide to basic and advanced C++ in a clear and readable style, with plenty of short, practical examples throughout the text. The book includes exercises--some quite challenging--for every section: a perfect choice both for self-study and the classroom. --Richard Dragan--This text refers to the Paperback edition.

6月7日更新

9.Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3rd Edition

By Scott Meyers.

Published by Addison Wesley Professional

Scott最经典的作品升级换代了!最新版对第2版进行了全面的修订、更新和补充,反映了现代C++程序设计决策。最有代表性的新知,当然是模板和泛型编程。

“Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you’ve never read Effective C++ and you think you know everything about C++, think again.”

— Steve Schirripa, Software Engineer, Google

“C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this. The clear and precise style of the book is evidence of Scott’s deep insight and distinctive ability to impart knowledge.”

— Gerhard Kreuzer, Research and Development Engineer, Siemens AG

The first two editions of Effective C++ were embraced by hundreds of thousands of programmers worldwide. The reason is clear: Scott Meyers’ practical approach to C++ describes the rules of thumb used by the experts — the things they almost always do or almost always avoid doing — to produce clear, correct, efficient code.

The book is organized around 55 specific guidelines, each of which describes a way to write better C++. Each is backed by concrete examples. For this third edition, more than half the content is new, including added chapters on managing resources and using templates. Topics from the second edition have been extensively revised to reflect modern design considerations, including exceptions, design patterns, and multithreading.

Important features of Effective C++ include:

•Expert guidance on the design of effective classes, functions, templates, and inheritance hierarchies.

•Applications of new “TR1” standard library functionality, along with comparisons to existing standard library components.

•Insights into differences between C++ and other languages (e.g., Java, C#, C) that help developers from those languages assimilate “the C++ way” of doing things.

其它近年出版的C++经典著作,比如:

Bjarne.Stroustrup.The.C++.Programming.Language.Third.Edition

The.C++.Programming.Language.Special.Edition

The.Design.and.Evolution.of.C++

Accelerated.C++

Stephen.C.Dewhurst.C++.Gotchas.Avoiding.Common.Problems.in.Coding.and.Design

Stanley.B.Lippman.Essential.C++

C++.Primer,.Third.Edition

Effective.&.More.Effective.C++

Meyers.-.More.Effective.C++.1st.Edition

Exceptional.C++

More.Exceptional.C++

Modern.C++.Design.Generic.Programming.and.Design.Patterns.Applied

Efficient.C++.Performance.Programming.Techniques

Addison.Wesley.Effective.STL.50.Specific.Ways.to.Improve.Your.Use.of.STL

Inside.the.C++.Object.Model

请访问星月夜兄和mousemice 兄提供的资源下载:

《计算机科学经典著作》(Computer Science)[9日更新]

《原版计算机类书籍》(Computer Ebook)ASP, C#, .Net,C.C++, Windows.Programming, wireless, networking. 4月18日更新, 新增networking专题

这些书都是英文版本,我会长时期有源给大家下载,在Razorback2或华语P2P服务器上,高ID,开机时间是下午5:30--10:30,希望下载完了的朋友帮忙分流,毕竟个人能力有限。何况,我还希望可以为朋友们共享更多的好东东:)

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有