网站购物车   | 店铺购物车  
店铺平均得分:100.00 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 0 0 0 0 0 0 2
本店铺共有 0 笔投诉记录,投诉率 0% ,低于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
店主称呼:明天   联系方式:购买咨询请联系我  18851894494    地址:江苏省 南京市 江宁区 湖熟街道
促销广告:专做大学生教材的二手书店
图书分类
店铺介绍
专做大学生教材的二手书店!
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
Essential C++(注释版)
出版日期:2010年10月
ISBN:9787111312215 [十位:711131221X]
页数:288      
定价:¥49.00
店铺售价:¥19.60 (为您节省:¥29.40
店铺库存:1
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  18851894494
本店已缴纳保证金,请放心购买!【如何赔付?】
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《Essential C++(注释版)》内容提要:
本书为那些没有太多时间学习的程序员提供了一条在工作中学习C++的捷径。它把**放在那些C++编程中重要的要素上,并覆盖能够帮助解决实际编程问题的特性和技术。
本书将C++的基本内容按照过程风格、泛型风格、基于对象风格,以及面向对象风格进行组织。本书采用复杂度渐进的风格展开,并在讨论解决方案的过程中引入语言特性,便于学习C++的功能和结构,同时理解其目的和基本理念。
书中完整深入探讨了以下主要内容:
泛型编程和标准模板库(STL)
基于对象的编程和类的设计面向对象的编程和类层次体系的设计
函数和类模板的设计和使用
异常处理和运行时类型信息(RTTI)
显示全部信息
《Essential C++(注释版)》图书目录:
序言
前言
Chapter 1: Basic C++ Programming
1.1: How to Write a C++ Program
1.2: Defining and Initializing a Data Object
1.3: Writing Expressions
1.4: Writing Conditional and Loop Statements
1.5: How to Use Arrays and Vectors
1.6: Pointers Allow for Flexibility
1.7: Writing and Reading Files
Chapter 2: Procedural Programming
2.1: How to Write a Function
2.2: Invoking a Function
2.3: Providing Default Parameter Values
2.4: Using Local Static Objects
2.5: Declaring a Function Inline
2.6: Providing Overloaded Functions
2.7: Defining and Using Template Functions
2.8: Pointers to Functions Add Flexiblity
2.9: Setting Up a Header File
Chapter 3: Generic Programming
3.1: The Arithmetic of Pointers
3.2: Making Sense of Iterators
3.3: Operations Common to All Containers
3.4: Using the Sequential Containers
3.5: Using the Generic Algorithms
3.6: How to Design a Generic Algorithm
3.7: Using a Map
3.8: Using a Set
3.9: How to Use Iterator Inserters
3.10: Using the iostream Iterators
Chapter 4: Object-Based Programming
4.1: How to Implement a Class
4.2: What Are Class Constructors and the Class Destructor?
4.3: What Are mutable and const?
4.4: What Is the this Pointer?
4.5: Static Class Members
4.6: Building an Iterator Class
4.7: Collaboration Sometimes Requires Friendship
4.8: Implementing a Copy Assignment Operator
4.9: Implementing a Function Object
4.10: Providing Class Instances of the iostream Operators
4.11: Pointers to Class Member Functions
Chapter 5: Object-Oriented Programming
5.1: Object-Oriented Programming Concepts
5.2: A Tour of Object-Oriented Programming
5.3: Polymorphism without Inheritance
5.4: Defining an Abstract Base Class
5.5: Defining a Derived Class
5.6: Using an Inheritance Hierarchy
5.7: How Abstract Should a Base Class Be?
5.8: Initialization, Destruction, and Copy
5.9: Defining a Derived Class Virtual Function
5.10: Run-Time Type Identification
Chapter 6: Programming with Templates
6.1: Parameterized Types
6.2: The Template Class Definition
6.3: Handling Template Type Parameters
6.4: Implementing the Template Class
6.5: A Function Template Output operator
6.6: Constant Expressions and Default Parameters
6.7: Template Parameters as Strategy
6.8: Member Template Functions
Chapter 7: Exception Handling
7.1: Throwing an Exception
7.2: Catching an Exception
7.3: Trying for an Exception
7.4: Local Resource Management
7.5: The Standard Exceptions
Appendix A: Exercise Solutions
Appendix B: Generic Algorithms Handbook
Index
注释
《Essential C++(注释版)》作者介绍:
StanleyB.Lippman是梦工厂动画公司核心技术小组的成员。在加入梦工厂之前,Stan是迪斯尼动画公司的**软件工程师。他在贝尔实验室期间领导过cfront3.0版和2.1版编译器开发团队。他曾经是BjarneStroustrup领导下的贝尔实验室基金会项目的一员。Stan著有广受欢迎的《C++Primer》和《InsidetheC++ObjectModle》。他曾编辑由剑桥大学出版社出版的《C++Gem》。他还是多部动画长片的制作成员,其中包括《巴黎圣母院》和《幻想曲2000》。