| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1018 人关注过本帖
标题:【分享】C++ Common Knowledge: Essential Intermediate Programming
只看楼主 加入收藏
jackie_wyx
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-4-7
收藏
 问题点数:0 回复次数:5 
【分享】C++ Common Knowledge: Essential Intermediate Programming
C++ Common Knowledge: Essential Intermediate Programming
By Stephen C. Dewhurst
   
Publisher : Addison Wesley Professional
Pub Date : February 28, 2005
ISBN : 0-321-32192-8
Pages : 272
Slots : 1.0   



What Every Professional C++ Programmer Needs to Know—Pared to Its Essentials So It Can Be Efficiently and Accurately Absorbed

C++ is a large, complex language, and learning it is never entirely easy. But some concepts and techniques must be thoroughly mastered if programmers are ever to do professional-quality work. This book cuts through the technical details to reveal what is commonly understood to be absolutely essential. In one slim volume, Steve Dewhurst distills what he and other experienced managers, trainers, and authors have found to be the most critical knowledge required for successful C++ programming. It doesn't matter where or when you first learned C++. Before you take another step, use this book as your guide to make sure you've got it right!

This book is for you if

You're no "dummy," and you need to get quickly up to speed in intermediate to advanced C++

You've had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going

You've had an introductory C++ course, but you've found that you still can't follow your colleagues when they're describing their C++ designs and code

You're an experienced C or Java programmer, but you don't yet have the experience to develop nuanced C++ code and designs

You're a C++ expert, and you're looking for an alternative to answering the same questions from your less-experienced colleagues over and over again

C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author's trademark incisive, engaging style.

Table of Contents
     Copyright
     Praise for C++ Common Knowledge
     Preface
     Acknowledgments
     A Note on Typographical Conventions
       Item 1.  Data Abstraction
       Item 2.  Polymorphism
       Item 3.  Design Patterns
       Item 4.  The Standard Template Library
       Item 5.  References Are Aliases, Not Pointers
       Item 6.  Array Formal Arguments
       Item 7.  Const Pointers and Pointers to Const
       Item 8.  Pointers to Pointers
       Item 9.  New Cast Operators
       Item 10.  Meaning of a Const Member Function
       Item 11.  The Compiler Puts Stuff in Classes
       Item 12.  Assignment and Initialization Are Different
       Item 13.  Copy Operations
       Item 14.  Function Pointers
       Item 15.  Pointers to Class Members Are Not Pointers
       Item 16.  Pointers to Member Functions Are Not Pointers
       Item 17.  Dealing with Function and Array Declarators
       Item 18.  Function Objects
       Item 19.  Commands and Hollywood
       Item 20.  STL Function Objects
       Item 21.  Overloading and Overriding Are Different
       Item 22.  Template Method
       Item 23.  Namespaces
       Item 24.  Member Function Lookup
       Item 25.  Argument Dependent Lookup
       Item 26.  Operator Function Lookup
       Item 27.  Capability Queries
       Item 28.  Meaning of Pointer Comparison
       Item 29.  Virtual Constructors and Prototype
       Item 30.  Factory Method
       Item 31.  Covariant Return Types
       Item 32.  Preventing Copying
       Item 33.  Manufacturing Abstract Bases
       Item 34.  Restricting Heap Allocation
       Item 35.  Placement New
       Item 36.  Class-Specific Memory Management
       Item 37.  Array Allocation
       Item 38.  Exception Safety Axioms
        Axiom 1: Exceptions Are Synchronous
        Axiom 2: It's Safe to Destroy
        Axiom 3: Swap Doesn't Throw
       Item 39.  Exception Safe Functions
       Item 40.  RAII
       Item 41.  New, Constructors, and Exceptions
       Item 42.  Smart Pointers
       Item 43.  auto_ptr Is Unusual
       Item 44.  Pointer Arithmetic
       Item 45.  Template Terminology
       Item 46.  Class Template Explicit Specialization
       Item 47.  Template Partial Specialization
       Item 48.  Class Template Member Specialization
       Item 49.  Disambiguating with Typename
       Item 50.  Member Templates
       Item 51.  Disambiguating with Template
       Item 52.  Specializing for Type Information
       Item 53.  Embedded Type Information
       Item 54.  Traits
       Item 55.  Template Template Parameters
       Item 56.  Policies
       Item 57.  Template Argument Deduction
       Item 58.  Overloading Function Templates
       Item 59.  SFINAE
       Item 60.  Generic Algorithms
       Item 61.  You Instantiate What You Use
       Item 62.  Include Guards
       Item 63.  Optional Keywords
     Bibliography
     Index
     Index of Code Examples

C++.Common.Knowledge.Essential.Intermediate.Programming.part1.rar (195.41 KB)


C++.Common.Knowledge.Essential.Intermediate.Programming.part2.rar (195.41 KB)


C++.Common.Knowledge.Essential.Intermediate.Programming.part3.rar (53.79 KB)
搜索更多相关主题的帖子: Programming Knowledge Common Intermediate 
2008-04-14 15:59
zjl138
Rank: 1
等 级:新手上路
威 望:1
帖 子:788
专家分:0
注 册:2007-11-12
收藏
得分:0 
thanks!!!
very nice!!!

i like linux...
2008-04-15 10:55
tymstill
Rank: 1
等 级:新手上路
帖 子:31
专家分:0
注 册:2008-1-28
收藏
得分:0 
纯英文的啊,看不懂
2008-04-15 10:57
zjl138
Rank: 1
等 级:新手上路
威 望:1
帖 子:788
专家分:0
注 册:2007-11-12
收藏
得分:0 
慢慢看,就懂了,三个文件一样的,下一个就行了。。

i like linux...
2008-04-15 10:59
尹铭
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-4-16
收藏
得分:0 
感谢版主!我是一个初学者,不知道用处多大。
2008-04-16 10:58
jackie_wyx
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-4-7
收藏
得分:0 
回复 4# 的帖子
不是三个都一样,是三个分包,要是三个没下全是解压不了的

-------------WYX
     ((__))  
      (00)  
-nn--(o__o)--nn-
2008-04-16 14:45
快速回复:【分享】C++ Common Knowledge: Essential Intermediate Programming
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012706 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved