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-25


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

评分

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

评分

介绍和入门STL的好书。大部分内容都用过一些 重点看了concurrency的部分 使用方式讲的很清楚。当字典放办公桌上

评分

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

评分

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

评分

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

评分

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

评分

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

评分

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

评分

曾经写过这本书的读书笔记: 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. 图书目录大全 版权所有