首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 开源 FAQ 第二书店 博文视点 程序员
频道: 研发 数据库 中间件 信息化 视频 .NET Java 游戏 移动 服务: 人才 外包 培训

       
热门搜索: ASP.NET Ajax Spring Hibernate Java
Visual C++ .NET高级编程   
清华大学出版社 / 2004-7-1 / [美]迪特尔 等著,郭凯,蔡飞 译 / 158 元
ISBN:7302086346
何处购买:   去DearBook购买(¥118.5)
Book Rank:  85 

正在获取信息...........

该书常用的标签(推荐/用户提交):  提交tag
介绍(15304)  使用(8206)  编写(3102)  编程(2034)  程序(1470)  高级(933)  应用程序(632)  代码(214)  
用户书架推荐:
收藏到我的书架
《Visual C++ .NET高级编程》图书论坛:
我要发表话题
【翻译】:书名是说“适用于高级程序员”吧?我没有看错吧? - MacXxn   财富等级:   
原书链接:
http://www.amazon.com/exec/obidos/tg/detail/-/013045821X/qid=1092368332/sr=1-1/ref=sr_1_1/102-8846723-8604136?v=glance&s=books

原书评内容:
The more I look through this book the more times I look at the cover and question the title.

Although, the codes samples are thorough, I found the extensive explanations of basic programming concepts a waste of space in this 1600+ page book. As I have experience with several languages (including C++) I had hopes that this book would be a good overview of Managed C++ with in depth coverage of advanced concepts. Instead, it fell short by trying to cover each chapters subject matter from the ground up.

Examples:
Chapter 14: Files and Streams, Section 2: Data Hierarchy. This section is a two page explanation of how data is stored as 0s and 1s and is interpretted into larger data structures.

Chapter 19: Data Structures and Collections, Section 3: Linked; Lists. A detailed explanation of what and how linked lists work.

Reading parts of this book made me feel like I was reading an introduction to computer sciences textbook. Definately not the kind of material I was looking for as an experienced programmer converting to Managed C++.

翻译书评:

我越看越觉得这本书的书名有些问题。

尽管代码范例很详尽,但是我觉得在这本超过1600页的书中,对编程基本概念的广泛介绍真是浪费纸张。由于我本人对几种语言都有编程经验(包括C++),我原本希望这本书能对托管C++的一些高级概念有深入介绍,但是实际情况是:书中对每一章节的内容都试图从基础开始讲解。

比如:
第14章:文件流, 第二部分:数据层次。 这部分其实就是花费两页的篇幅来解释数据是如何以0,1来存储,然后如何构成大的数据结构的。

第19章:数据结构和集合,第三部分:链表。这部分其实就是在详细解释链表的定义,以及其如何工作。

有部分章节让我觉得我在读一本计算机科学方面的教科书。很显然,这不是一个想转向托管C++的高级程序员需要的那种书。
2006年12月18日 1点36分   |  1回应 |   1 /1人觉得此评论有用
此评论对你有用  没用
 
好书一个 - 159.226.58.*      
书不错,正在看
2005年09月22日 3点46分   |  1回应 |   3 /4人觉得此评论有用
此评论对你有用  没用
 
看过的说说把 - dz08039   财富等级:   
好吗?怎么样啊?有没有电子书可以先看下........
2007年09月26日 12点42分   |  0回应 |   0 /0人觉得此评论有用
此评论对你有用  没用
 
很不错的书 - CHYGO_JJJ   财富等级:   
很厚的书,但是不'滥',从这点就能体现它的质量,呵呵,值得一看
2007年01月12日 2点11分   |  0回应 |   0 /0人觉得此评论有用
此评论对你有用  没用
 
在学校的图书馆看过 - dahema227   财富等级:   
写得挺好的,值得一看,各方面都有介绍,全面!
当然了,如果你想仔细看某一方面,还要另找书
2007年01月11日 8点15分   |  0回应 |   0 /0人觉得此评论有用
此评论对你有用  没用
 
【翻译】:书名是说“适用于高级程序员”吧?我没有看错吧? - MacXxn   财富等级:   
原书链接:
http://www.amazon.com/exec/obidos/tg/detail/-/013045821X/qid=1092368332/sr=1-1/ref=sr_1_1/102-8846723-8604136?v=glance&s=books

原书评内容:
The more I look through this book the more times I look at the cover and question the title.

Although, the codes samples are thorough, I found the extensive explanations of basic programming concepts a waste of space in this 1600+ page book. As I have experience with several languages (including C++) I had hopes that this book would be a good overview of Managed C++ with in depth coverage of advanced concepts. Instead, it fell short by trying to cover each chapters subject matter from the ground up.

Examples:
Chapter 14: Files and Streams, Section 2: Data Hierarchy. This section is a two page explanation of how data is stored as 0s and 1s and is interpretted into larger data structures.

Chapter 19: Data Structures and Collections, Section 3: Linked; Lists. A detailed explanation of what and how linked lists work.

Reading parts of this book made me feel like I was reading an introduction to computer sciences textbook. Definately not the kind of material I was looking for as an experienced programmer converting to Managed C++.

翻译书评:
我越看这本书越觉得这本书的书名有些问题。
尽管代码范例很详尽,但是我觉得在这本超过1600页的书中,对编程基本概念的广泛介绍真是浪费纸张。由于我本人对几种语言都有编程经验(包括C++),我原本希望这本书能对托管C++的一些高级概念有深入介绍,但是实际情况是:书中对每一章节的内容都试图从基础开始讲解。
比如:
第14章:文件流, 第二部分:数据层次。 这部分其实就是花费两页的篇幅来解释数据是如何以0,1来存储,然后如何构成大的数据结构的。
第19章:数据结构和集合,第三部分:链表。这部分其实就是在详细解释链表的定义,以及其如何工作。
有部分章节让我觉得我在读一本计算机科学方面的教科书。很显然,这不是一个想转向托管C++的高级程序员需要的那种书。
2006年12月25日 1点4分   |  0回应 |   3 /4人觉得此评论有用
此评论对你有用  没用
 
【翻译】:这本书确实让我转移到了托管C++ - MacXxn   财富等级:   
原书链接:
http://www.amazon.com/exec/obidos/tg/detail/-/013045821X/qid=1092368332/sr=1-1/ref=sr_1_1/102-8846723-8604136?v=glance&s=books

原书评内容:
the simple examples on writing MC++ codes really helps me.
eventhough some 'adventurers' might say that this one is shallow, i can say that if you are new to MC++, --but no longer new to the old VC++, this one will help


书评翻译:
关于编写托管C++代码方面的简单范例确实给了我很多帮助。
尽管一些高手可能会说这本书太浅了,但是我觉得,如果你熟悉传统的VC++却不熟悉托管C++的话,这本书会对你有帮助的。
2006年12月11日 6点45分   |  0回应 |   1 /1人觉得此评论有用
此评论对你有用  没用
 
效果如何? - lmy21th   财富等级:   
是不是市面上那种“跪龙套”的书
。NET内容少了点吧!
2005年09月03日 7点2分   |  0回应 |   0 /0人觉得此评论有用
此评论对你有用  没用
 
无题 - 211.87.214.*      
好吗?
2004年09月11日 9点4分   |  0回应 |   0 /0人觉得此评论有用
此评论对你有用  没用
 
看过的说说把 - 218.72.18.*      
怎么样啊?看目录觉得关于托管介绍得很少
2004年08月10日 11点4分   |  0回应 |   0 /0人觉得此评论有用
此评论对你有用  没用
 
标题:
Tag: (多个tag请用","分隔,最多支持5个)
评论内容:  
请先登录后再发表评论,点这里登陆
请填入验证码:   
第二书店的网址是? 输入问题答案(提示:www.dearbook.com.cm):
(注:评论内容必须大于20个字方可赠送C币,否则只发送评论)