由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 《新C++标准:C++0x 概述》英文文字版[PDF]
相关主题
C++ Q07: unnamed namespacea simple question about constructor
c++头文件太tmd恶心了class D:public B;
[合集] can C++ constructor be private? the answer is YES!C++ Template Question
[合集] A C++ Constructor Questionrecursive template?
c++ initialize structC++ memcpy declaration use restrict keyword?
auto 很爽C++ class cross reference problem
(zz)C++11新特性Question on C++ Access Control (protected)
一道面试怪题C++. (转载)为什么我的visual C++ 找不到 "Stdafx.h" ?
相关话题的讨论汇总
话题: c++话题: features话题: 0x话题: new话题: support
进入Programming版参与讨论
1 (共1页)
r*****3
发帖数: 143
1
中文名: 新C++标准:C++0x 概述
原名: Overview of the New C++ : C++0x
作者: Scott Meyers
图书分类: 软件
资源格式: PDF
版本: 英文文字版
出版社: Artima
书号: 978-0-596-80197-6
发行时间: 2011年
地区: 美国
语言: 英文
简介:
内容介绍:
Specification of the next version of C++ (“C++0x”) is nearing completion,
and many compilers (e.g., Visual C++ and Gnu C++) already offer several
features from the revised language. And such features! auto-declared
variables reduce typing drudgery and syntactic noise; Unicode and threading
support address important functionality gaps; and rvalue references and
variadic templates facilitate the creation of more efficient, more flexible
libraries. The standard library gains resource-managing smart pointers, new
containers, additional algorithms, support for regular expressions, and more
. Altogether, C++0x offers much more than “old” C++. This intensively
technical seminar introduces the most important new features in C++0x and
explains how to get the most out of them.
目录:
The History and Vocabulary of C++ Evolution
Sample Program: C++98 vs. C++0x
Features for Everybody:
auto for Type Declarations
Range-Based for Loops
“>>” as Nested Template Closer
nullptr
Unicode characters and strings
Raw string literals
Uniform initialization syntax
Initializer lists
Lambda Expressions
Template Aliases
Threading Support
Library Enhancements:
New Container Features
Smart Pointers (shared_ptr, weak_ptr, unique_ptr)
Hash Tables
Singly-Linked Lists
Fixed-Size Arrays
Tuples
Regular Expressions
Generalized Functors(function)
Generalized Binder (bind)
New Algorithms
Other New Library Functionality
Features Primarily for Class Authors:
Move Support and Rvalue References
default Member Functions
delete Functions
Default Member Initialization
Delegating Constructors
Inheriting Constructors
Features Primarily for Library Authors:
Static Assertions
explicit Conversion Functions
Variadic Templates
decltype
Perfect Forwarding
Yet More Features (Overview)
Removed and Deprecated Features (Overview)
Sources for Further Information
下载地址:http://www.filesonic.com/file/gfaC8qS
d****n
发帖数: 1637
2
bump
l*********s
发帖数: 5409
3
ding
f*******n
发帖数: 12623
4
"is nearing completion"
早已经complete了。叫“C++11”
f******y
发帖数: 2971
5
有人下载这个了吗?现在这个链接好像下不了了
1 (共1页)
进入Programming版参与讨论
相关主题
为什么我的visual C++ 找不到 "Stdafx.h" ?c++ initialize struct
关于 VC++ vitual, reload 和 derive的一个问题...auto 很爽
Question about friend in C++(zz)C++11新特性
C++里 variable declaration 有什么用?一道面试怪题C++. (转载)
C++ Q07: unnamed namespacea simple question about constructor
c++头文件太tmd恶心了class D:public B;
[合集] can C++ constructor be private? the answer is YES!C++ Template Question
[合集] A C++ Constructor Questionrecursive template?
相关话题的讨论汇总
话题: c++话题: features话题: 0x话题: new话题: support