C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) pdf epub mobi txt 电子书 下载 2024


C++ Strategies and Tactics (Addison-Wesley Professional Computing Series)

简体网页||繁体网页
Robert B. Murray
Addison-Wesley Professional
1993-03-10
304
USD 42.95
Paperback
9780201563825

图书标签: C++  programming  计算机技术  思维  IT   


喜欢 C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) 的读者还喜欢




点击这里下载
    


想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-17

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) pdf epub mobi txt 电子书 下载 2024



图书描述

In chess, learning the rules for how the pieces move is simply the first step; to master the game, you must understand the strategies and tactics that guide each move. The same applies to C++. Knowing the right strategies helps you avoid the traps and work more effectively. Luminary Rob Murray helps beginning to intermediate C++ programmers take that next step by sharing his experience and advice. Practical code examples are used throughout to illuminate useful programming strategies and warn against dangerous practices. To further ensure comprehension, each chapter ends with a list of the key ideas introduced in that chapter, along with questions to stimulate thought and discussion. You'll begin by learning how to choose the right abstractions for your design, taking care to preserve the distinction between abstraction and implementation. You'll then look at the process of turning an abstraction into one or more C++ classes, with discussions ranging from high-level design strategies to low-level interface and implementation details.Single and multiple inheritance are explored in depth, beginning with a discussion of where they fit in a design and followed by detailed examples that show how the concepts are used in practice. A separate chapter covers the techniques of building classes from which others can derive, and discusses the benefits - and costs - involved. Rob Murray offers unprecedented insight into the new templates feature, beginning with the basics and walking you through several real-world examples. The author also describes a variety of specific techniques to make your programs faster, more reusable, and more robust. Exceptions are another new C++ feature; Murray gives advice on when they should - and should not - be used. The book concludes with a look at the process of moving a project from C to C++, exploring the human issues as well as the technical ones. 0201563827B04062001

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) 下载 mobi epub pdf txt 电子书

著者简介


图书目录


C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) pdf epub mobi txt 电子书 下载
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

93年的的书籍,模版是提出不久的C++新特性,异常处理还只被少部分编译器支持,强大的STL也还没有出现,书中内容因而有一些过时,然而基础的、经典的知识,C++有效运用的一些常识,却依然给人莫大帮助!提供了一个在C++标准尚未成型,语言新特性还处于摸索、演化阶段时,C++程序员们合理高效运用这门语言的独特角度,其中的不少思想,比如书中介绍到的容器、迭代器、算法,不正是如今已成为C++标准的STL的思想雏形吗

评分

93年的的书籍,模版是提出不久的C++新特性,异常处理还只被少部分编译器支持,强大的STL也还没有出现,书中内容因而有一些过时,然而基础的、经典的知识,C++有效运用的一些常识,却依然给人莫大帮助!提供了一个在C++标准尚未成型,语言新特性还处于摸索、演化阶段时,C++程序员们合理高效运用这门语言的独特角度,其中的不少思想,比如书中介绍到的容器、迭代器、算法,不正是如今已成为C++标准的STL的思想雏形吗

评分

93年的的书籍,模版是提出不久的C++新特性,异常处理还只被少部分编译器支持,强大的STL也还没有出现,书中内容因而有一些过时,然而基础的、经典的知识,C++有效运用的一些常识,却依然给人莫大帮助!提供了一个在C++标准尚未成型,语言新特性还处于摸索、演化阶段时,C++程序员们合理高效运用这门语言的独特角度,其中的不少思想,比如书中介绍到的容器、迭代器、算法,不正是如今已成为C++标准的STL的思想雏形吗

评分

93年的的书籍,模版是提出不久的C++新特性,异常处理还只被少部分编译器支持,强大的STL也还没有出现,书中内容因而有一些过时,然而基础的、经典的知识,C++有效运用的一些常识,却依然给人莫大帮助!提供了一个在C++标准尚未成型,语言新特性还处于摸索、演化阶段时,C++程序员们合理高效运用这门语言的独特角度,其中的不少思想,比如书中介绍到的容器、迭代器、算法,不正是如今已成为C++标准的STL的思想雏形吗

评分

93年的的书籍,模版是提出不久的C++新特性,异常处理还只被少部分编译器支持,强大的STL也还没有出现,书中内容因而有一些过时,然而基础的、经典的知识,C++有效运用的一些常识,却依然给人莫大帮助!提供了一个在C++标准尚未成型,语言新特性还处于摸索、演化阶段时,C++程序员们合理高效运用这门语言的独特角度,其中的不少思想,比如书中介绍到的容器、迭代器、算法,不正是如今已成为C++标准的STL的思想雏形吗

读后感

评分

所谓的高级程序员常用方法和技巧只不过是一些C++常识的总结,做为一名C++程序员如果这些常识都做不到,不知道是否可以算是一名合格的C++程序员呢? 如果你看了C++ primer之类的书,并不敢说自己对书中的内容了如指掌的话,建议还是看看这本书。

评分

这本书介绍了C++编程的一些惯用手法、技巧,跟Effective C++是同一类书籍,都是C++编程的进阶书籍。内容上与Effective C++也有很多相通之处,可以看成是Effective系列的有益补充。 PS: 本书原版出版于1993年,在C++98标准规范之前,因此有些内容已经过时。  

评分

这本书介绍了C++编程的一些惯用手法、技巧,跟Effective C++是同一类书籍,都是C++编程的进阶书籍。内容上与Effective C++也有很多相通之处,可以看成是Effective系列的有益补充。 PS: 本书原版出版于1993年,在C++98标准规范之前,因此有些内容已经过时。  

评分

所谓的高级程序员常用方法和技巧只不过是一些C++常识的总结,做为一名C++程序员如果这些常识都做不到,不知道是否可以算是一名合格的C++程序员呢? 如果你看了C++ primer之类的书,并不敢说自己对书中的内容了如指掌的话,建议还是看看这本书。

评分

所谓的高级程序员常用方法和技巧只不过是一些C++常识的总结,做为一名C++程序员如果这些常识都做不到,不知道是否可以算是一名合格的C++程序员呢? 如果你看了C++ primer之类的书,并不敢说自己对书中的内容了如指掌的话,建议还是看看这本书。

类似图书 点击查看全场最低价

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) pdf epub mobi txt 电子书 下载 2024


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有