The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书


The C++ Standard Library, 2nd Edition

简体网页||繁体网页

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书 著者简介

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 电子书 图书目录




点击这里下载
    


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

发表于2025-01-28

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书



喜欢 The C++ Standard Library, 2nd Edition 电子书 的读者还喜欢


The C++ Standard Library, 2nd Edition 电子书 读后感

评分

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

评分

书籍说明 学习和使用stl标准库不可多得的参考书 适合放在手边,有疑问时进行查找的工具书 很严谨,讲的很好,例子可以直接修改就能用 翻译的水平也比较高 阅读建议 STL方面的工具参考书,编程时常备参考  

评分

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

评分

评分

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

类似图书 点击查看全场最低价
出版者:Addison-Wesley Professional
作者:[德] Nicolai M·Josuttis
出品人:
页数:1128
译者:
出版时间:2012-4-9
价格:USD 74.99
装帧:Hardcover
isbn号码:9780321623218
丛书系列:

图书标签: C++  STL  标准库  Programming  C/C++  计算机  编程  程序设计   


The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书 图书描述

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 2025 pdf epub mobi 电子书

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 用户评价

评分

比起第一版作用会稍显弱些,旧的内容除了某些小细节之外和之前没太大的出入,C++11引入的部分写得对快速理解倒是挺不错的。 2015/12/20

评分

和老版的很类似!

评分

比起第一版作用会稍显弱些,旧的内容除了某些小细节之外和之前没太大的出入,C++11引入的部分写得对快速理解倒是挺不错的。 2015/12/20

评分

准备慢慢悠悠的开始看电子版了, chapter3 ing... 2013-05-19。 感觉自己对C++ STL应该暂时止于C++98/03标准,不会再继续看了,2015-11-13(时光过得飞快)。 呵呵,2017标准都快出来了吧,已放回待读队列... 已经不打算再读C++相关的书了,enough for me, 2017-02-28。 见证了我艰辛的C++之路,就不删除了,标为已读作纪念。

评分

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

The C++ Standard Library, 2nd Edition 2025 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

© 2025 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有