网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 程序设计 > 商品详情

C++必知必会(英文影印版)

分享到:
C++必知必会(英文影印版)

最 低 价:¥24.20

定 价:¥35.00

作 者:(美)Stephen C. Dewhurst

出 版 社:人民邮电出版社

出版时间:2007 年7月

I S B N:9787115155689

价格
24.20元
价格
24.50元
价格
24.50元
价格
29.30元
价格
30.50元
价格
31.50元

商品详情

编辑推荐

贝尔实验室第一批C++程序员之一,有二十多年使用C++的经验
  通俗易懂,不涉及繁琐的技术细节
  内容丰富,涵盖了了C++的关键知识,详细讲解了C++编程和设计中必须掌握但却不易掌握的主题
  短小精悍,把相关的知识进行了精心挑选和浓缩
  63条C++开发关键知识,凝聚20多年编程经验,资深C++专家Stephen C.Dewhurst引导读者领悟C++的真正本质。...

内容简介

本书描述了c++编程和设计中必须掌握但却不易掌握的主题,这些主题涉及的范围较广,包括指针操作模板、泛型编程、异常处理、内存分配、设计模式等。作者根据本人以及其他有经验的管理人员和培训老师的经验总结,对与这些主题相关的知识进行了精心挑选,最终浓缩成63条。每一条款所包含的内容均为进行产品级c++编程所需的关键知识。作者称这些知识为c++程序员必备的“常识”,其实非意味着简单或平庸,而是“必不可少”。
   本书适合于中、高级c++程序员,也适合c或java程序员转向c++程序设计时参考。

作者简介

Stephen C.Dewhurst是贝尔实验室第一批C++程序员之一,拥有20多年C++项目经验,涉及的领域包括编译器设计、证券交易、电子商务和嵌入式通信技术等。他曾独自或与人合作撰写多种C++书籍,是TheC++Sou rce的顾问团成员,C/C++Use rs Jou rnal的资深编辑,也是C++Report的专栏作家。他还是两种C++编译器的作者,并发表了大量关于编译器设计和C++编程技术的文章。
.. << 查看详细

目录

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-speci.c memory management 
item 37 array allocation 
item 38 exception safety axioms 
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 ofcode examples

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...