The C++ Standard Library, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


The C++ Standard Library, 2nd Edition

簡體網頁||繁體網頁
[德] Nicolai M·Josuttis 作者
Addison-Wesley Professional
譯者
2012-4-9 出版日期
1128 頁數
USD 74.99 價格
Hardcover
叢書系列
9780321623218 圖書編碼

The C++ Standard Library, 2nd Edition 在線電子書 圖書標籤: C++  STL  標準庫  Programming  C/C++  計算機  編程  程序設計   


喜歡 The C++ Standard Library, 2nd Edition 在線電子書 的讀者還喜歡




下載連結1
下載連結2
下載連結3
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2025-02-23

The C++ Standard Library, 2nd Edition 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2025

The C++ Standard Library, 2nd Edition 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2025

The C++ Standard Library, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025



The C++ Standard Library, 2nd Edition 在線電子書 用戶評價

評分

文檔翻譯,值得看的是開頭的C++11語言特性簡介和後麵的並行一章

評分

這本書內容看上去比較的簡單,不看瞭

評分

經典十三年後復現。幾乎是對第一版的完全改寫。

評分

參考書參考書,詳細得有點羅嗦瞭,比如vector和string兩部分就有一些幾乎相同的段落,可能是為瞭方便參考吧

評分

這本書內容看上去比較的簡單,不看瞭

The C++ Standard Library, 2nd Edition 在線電子書 著者簡介

Nicolai M. Josuttis is an independent technical consultant who designs mid-sized and large software systems for the telecommunication, traffic, finance, and manufacturing industries. A former member of the C++ Standard Committee library working group, Nico is well known in the programming community for his authoritative books. In addition to The C++ Standard Library, a worldwide best-seller since its first publication in 1999, his books include C++ Templates: The Complete Guide (with David Vandevoorde, Addison-Wesley, 2003) and SOA in Practice: The Art of Distributed System Design (O’Reilly Media, 2007)


The C++ Standard Library, 2nd Edition 在線電子書 著者簡介


The C++ Standard Library, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

The C++ Standard Library, 2nd Edition 在線電子書 圖書描述

The Best-Selling Programmer Resource–Now Updated for C++11

The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components - and to benefit from their power - you need a resource that does far more than list the classes and their functions.

The C++ Standard Library - A Tutorial and Reference, 2nd Edition describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code.

The book focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of strings, concurrency, random numbers and distributions, special containers, numerical classes, internationalization, and the IOStreams library. An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed. A comprehensive index will support the C++ programmer in his/her day-to-day life.

The book covers all the new C++11 library components, including

Concurrency

Fractional arithmetic

Clocks and Timers

Random numbers and distributions

New smart pointers

Regular expressions

New STL containers, such as arrays, forward lists, and unordered containers

New STL algorithms

Tuples

Type traits and type utilities

The book also examines the new C++ programming style and its effect on the standard library, including lambdas, range-based for loops, and variadic templates.

An accompanying Web site, including source code, can be found at http://www.josuttis.com/.

The C++ Standard Library, 2nd Edition 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

The C++ Standard Library, 2nd Edition 在線電子書 讀後感

評分

读了将近三个星期,终于把《C++标准程序库自修教程与参考手册》看完了,真是一书好书,作者把C++程序库讲得很透,侯捷老师译得也非常棒,字词的拿捏很考究,读起来感觉很流畅,译著的痕迹很浅。本书无愧为学习C++程序库之首选。  

評分

读了将近三个星期,终于把《C++标准程序库自修教程与参考手册》看完了,真是一书好书,作者把C++程序库讲得很透,侯捷老师译得也非常棒,字词的拿捏很考究,读起来感觉很流畅,译著的痕迹很浅。本书无愧为学习C++程序库之首选。  

評分

读了将近三个星期,终于把《C++标准程序库自修教程与参考手册》看完了,真是一书好书,作者把C++程序库讲得很透,侯捷老师译得也非常棒,字词的拿捏很考究,读起来感觉很流畅,译著的痕迹很浅。本书无愧为学习C++程序库之首选。  

評分

看这本书花了一个星期,对照着VC6版本的STL源码看,从什么都不知道到基本上理解了STL是什么,容器是什么有什么用,算法是干什么的等等~·…… 当然,我觉得里面的很多东西使用到的时候再去深究就可以了,比如那100多个算法,看几个基本的算法的源码理解一下就差不多了,其他的...  

評分

曾经写过这本书的读书笔记: http://www.wutianqi.com/?p=2131 最近又拾起来大概翻了一下,因为书太厚,主要看的自己的笔记,辛亏当时做了笔记,大概花了一天,重新温习了下,不然得花个好几天时间。 个人的感觉就是第一遍可以认真读,但也不要太细,毕竟不可能光看,或敲下...  

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

The C++ Standard Library, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


分享鏈接





The C++ Standard Library, 2nd Edition 在線電子書 相關圖書




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

友情鏈接

© 2025 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有