C++ Primer 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


C++ Primer

简体网页||繁体网页
Stanley B. Lippman 作者
Addison Wesley
译者
1991-7-16 出版日期
640 页数
GBP 29.99 价格
Paperback
丛书系列
9780201548488 图书编码

C++ Primer 在线电子书 图书标签: C++  技术  成长  思维   


喜欢 C++ Primer 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-10-01


C++ Primer 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

C++ Primer 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

C++ Primer 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



C++ Primer 在线电子书 用户评价

评分

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

评分

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

评分

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

评分

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

评分

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

C++ 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++。


C++ Primer 在线电子书 图书目录


C++ Primer 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

C++ Primer 在线电子书 图书描述

C++ Primer, a favorite choice for a first C++ book, has been greatly improved with the latest and greatest on C++, stressing the built-in language features of the C++ Standard Library. For this new version--weighing in at a massive 1,237 pages--Stanley Lippman, a well-known C++ expert, teams up with Josée Lajoie, who has helped define the C++ international language standard. The new material is excellent for programmers who want to get the most out of new and advanced features in the language.

The authors still introduce the basics of C++, including data types and pointers, but quickly move on to stress how to get the most out of the built-in features of ISO-standard C++. Throughout this book built-in support for the C++ Standard Library, such as container classes like vectors and maps, and other standard features, such as the string class, are integrated into a tried-and- proven basic-language tutorial.

The major new features of C++ (templates, name spaces, and run-time type identification) all get their due. The result is an authoritative guide to basic and advanced C++ in a clear and readable style, with plenty of short, practical examples throughout the text. The book includes exercises--some quite challenging--for every section: a perfect choice both for self-study and the classroom.

C++ Primer 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

C++ Primer 在线电子书 读后感

评分

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

评分

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

评分

这本书有很多typos,让人抓狂!!!!!!!! 下面好像是官方的勘误表,好久没更新了,只纠正了部分错误 http://ptgmedia.pearsoncmg.com/images/9780201721485/Errata/Lippman_0201721481_Errata.html 这个是某网友找到的错误 http://wwliu.is-programmer.com/posts/22784 ...  

评分

评分

类似图书 点击查看全场最低价

C++ Primer 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





C++ Primer 在线电子书 相关图书




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

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有