The C++ Standard Library, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


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 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-11-10


The C++ Standard Library, 2nd Edition 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

The C++ Standard Library, 2nd Edition 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

The C++ Standard Library, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



The C++ Standard Library, 2nd Edition 在线电子书 用户评价

评分

文档翻译,值得看的是开头的C++11语言特性简介和后面的并行一章

评分

经典十三年后复现。几乎是对第一版的完全改写。

评分

粗略的读了一遍,前400多页细读,后600页略读,对于1.函数体2.c++11的特性3.STL的一些常规函数的使用都有了细致的了解。

评分

觉得C++的标准库是我的弱项,补强中。。。 此书适合查阅,不适合全书阅读。

评分

经典十三年后复现。几乎是对第一版的完全改写。

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 在线电子书 读后感

评分

此书在amazon.com上几乎得到了全五星的评论。800页的大部头,我大概花了一周不到的时间基本读完,并动手敲完了前10章的绝大部分demo代码。 STL的设计思想(通过迭代器将数据结构和算法分离,获得通用性的程序组件)是此书的精华。其余的部分诸如复数complex,valarray,bitset...  

评分

此書全面講述 C++ 標準程序庫,除了其中最主要的標準模板庫,還涵蓋涵了如國際化工具、空間配置器等其它方面,是一本經典之作,每一位 C++ 程序員都必備此書,可當作全面的參考手冊。此書作者為 C++ 標準委員會成員,譯者之一侯捷還是《STL 源碼剖析》的作者。衹可惜,此書原版...  

评分

也许总是一天,会有高人出现在我的面前指点我两下,告诉我这是多少重要的一本书啊。还不快去读。但以我的工程经验来看,非C++高手就不必看了。

评分

这确是一本让人深以为相见恨晚的C++力作. 尤其是在C++11标准已出之后才阅毕,更是对自己的后知后觉唏嘘不已. 如前有人所建议,如经济拮据,可于网上下载电子版观看. 当然,个人还是认为应该购置一本常做翻阅,厚厚的一砖头,看累了还可以就地做枕休息... ^_^ 当然了,看似近800页的...  

评分

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

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

The C++ Standard Library, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





The C++ Standard Library, 2nd Edition 在线电子书 相关图书




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

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有