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-06-15

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

評分

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

類似圖書 點擊查看全場最低價

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有