C++ Primer (4th Edition)

C++ Primer (4th Edition) pdf epub mobi txt 电子书 下载 2025

出版者:Addison-Wesley Professional
作者:Stanley B. Lippman
出品人:
页数:0
译者:
出版时间:2005-02-14
价格:USD 49.99
装帧:Paperback
isbn号码:
丛书系列:
图书标签:
  • C++
  • 程序设计
  • 必读
  • 编程
  • 经典
  • programming
  • 金融
  • 软件工程
  • C++ Primer
  • 4th Edition
  • Programming
  • Language
  • C++
  • Learn
  • C++
  • Object
  • Oriented
  • Programming
  • ????
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

C++ Primer, Fourth Edition, provides a comprehensive introduction to the C++ language. As a primer, it provides a clear tutorial approach to the language, enhanced by numerous examples and other learning aids. Unlike most primers, it also provides a detailed description of the language, with particular emphasis on current and effective programming techniques. Countless programmers have used previous editions of C++ Primer to learn C++. In that time C++ has matured greatly. Over the years, the focus of the language--and of C++ programmers--has grown beyond a concentration on runtime efficiency to focus on ways of making programmers more efficient. With the widespread availability of the standard library, it is possible to use and learn C++ more effectively than in the past. This revision of the C++ Primer reflects these new possiblities. Changes to the Fourth Edition In this edition, we have completely reorganized and rewritten the C++ Primer to highlight modern styles of C++ programming. This edition gives center stage to using the standard library while deemphasizing techniques for low-level programming. We introduce the standard library much earlier in the text and have reformulated the examples to take advantage of library facilities. We have also streamlined and reordered the presentation of language topics. In addition to restructuring the text, we have incorporated several new elements to enhance the reader's understanding. Each chapter concludes with a Chapter Summary and glossary of Defined Terms, which recap the chapter's most important points. Readers should use these sections as a personal checklist: If you do not understand a term, restudy the corresponding part of the chapter. We've also incorporated a number of other learning aids in the body of the text: Important terms are indicated in bold ; important terms that we assume are already familiar to the reader are indicated in bold italics. Each term appears in the chapter's Defined Terms section. Throughout the book, we highlight parts of the text to call attention to important aspects of the language, warn about common pitfalls, suggest good programming practices, and provide general usage tips. We hope that these notes will help readers more quickly digest important concepts and avoid common pitfalls. To make it easier to follow the relationships among features and concepts, we provide extensive forward and backward cross-references. We have provided sidebar discussions that focus on important concepts and supply additional explanations for topics that programmers new to C++ often find most difficult. Learning any programming language requires writing programs. To that end, the primer provides extensive examples throughout the text. Source code for the extended examples is available on the Web at the following URL: [a href="http://www.awprofessional.com/cpp_primer" id="http://www.awprofessional.com/cpp_primer"

作者简介

本书所有作者都是著名的C++权威人物。

Stanley B. Lippman目前是微软公司 Visual C++ 团队的架构师。他从1984年开始在贝尔实验室与C++的设计者Bjarne Stroustrup一起从事C++的设计与开发。他在迪士尼和梦工厂从事动画制作,还担任过JPL的高级顾问。他还著有Inside the C++ Object Model。

Josée Lajoie曾经是IBM加拿大研究中心C/C++编译器开发团队的成员,在ISO C++标准委员会工作了7年,担任过ISO核心语言工作组的主席和C++ Report杂志的专栏作家。

Barbara E. Moo是拥有25年软件经验的独立咨询顾问。在AT&T,她与Stroustrup、Lippman一起管理过复杂的C++开发项目。她和Andrew Koenig合著了Accelerated C++和Ruminations on C++。

目录信息

读后感

评分

还没有读完,但是,一开始就讲vector和iterator让我有些吃惊。但看过之后,就发现了,C++就应该这么讲。而不是像国内的教材那样,学C++都把C给先讲一遍,讲完数组讲指针,搞得很多人最后学的还是C,甚至很多计算机专业的人不知道vector是什么东西。  

评分

说实话,我学完C以后进阶到C++的第一本书就是这本CP4。CP4确实是经典,但是它却不适合初学者,我当时读了大概有一半了,但是对很多东西还是一知半解。因为这本书是站在编译器的角度来写的,很多东西非常细节,事无巨细的论述对初学者一点好处也没有。初学者需要快速能先吸引眼...  

评分

零零散散的读了半年多终于看完了,之前没有系统地学过C++,做项目时对很多东西一知半解,所以坚持学习了这本1000多页的大全。书中的内容覆盖面很广,从基本变量到类模版,知识点很细碎,看过之后发现自己之前对C++就好像没学过一样。书中的习题一定要做,作为检验学过章节的测...  

评分

更新: 不少同学要代码。我折腾了一晚上,终于把习题的代码发到github上了: https://github.com/Mooophy/Cpp-Primer 要讨论的同学要熟悉一下git的用法,需要以下几步: 1、注册帐号; 2、fork 我的repository; 3、在你自己的repository里commit,比如填加个注释什么的; 4、...  

评分

之前太穷,没有名著的概念。于是就借着国内的几个草根版本的C++教程学编程,结果倒是还不错,会用C++了。 两年前找工作,我对C++的很多要点都没有概念。为了能够应付笔试,去网上找了很多面筋,也在很多公司去体验笔试的感觉。路虽然走得有点偏,但是和凑合。 最...  

用户评价

评分

C++ 入门好书,当时抱着这本书足足吭了半年多! 嗯,这不是一本书,这是一块板砖! 还有,谢谢作者从此就把我带上码农这条不归的道路上! T^T

评分

我觉得 c++ 真的有点过了 所以现在 java 的很多特性都很受欢迎 刚刚好解决问题 刚刚好够用 typescript 和 go 的语言特性设计也或多或少参考了 java scalar在 java 基础上 向更易用 开发效率更高迈进 = =

评分

好书!值得一读,很有帮助!

评分

C++ 入门好书,当时抱着这本书足足吭了半年多! 嗯,这不是一本书,这是一块板砖! 还有,谢谢作者从此就把我带上码农这条不归的道路上! T^T

评分

终于看完了这本鸿篇巨著!面试全靠它了

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有