图书标签: C++ 编程 Programming 计算机 程序设计 初学者 C/C++ Accelerated
发表于2024-06-14
Accelerated C++ pdf epub mobi txt 电子书 下载 2024
Want to learn how to program in C++ immediately? Want to start writing better, more powerful C++ programs today? Accelerated C++'s uniquely modern approach will help you learn faster and more fluently than you ever believed possible. Based on the authors' intensive summer C++ courses at Stanford University, Accelerated C++ covers virtually every concept that most professional C++ programmers will ever use -- but it turns the "traditional" C++ curriculum upside down, starting with the high-level C++ data structures and algorithms that let you write robust programs immediately. Once you're getting results, Accelerated C++ takes you "under the hood," introducing complex language features such as memory management in context, and explaining exactly how and when to use them. From start to finish, the book concentrates on solving problems, rather than learning language and library features for their own sake. The result: You'll be writing real-world programs in no time -- and outstanding code faster than you ever imagined.
烂了个小尾
评分烂了个小尾
评分优秀的 C++ 编程教程。
评分写的不错,但不是很有帮助。如果有其他语言的基础,可能就不应该看入门书,而是直接看documentation 吧……
评分通俗,易懂,不错的C++入门书
1. 5.6节 spit程序段翻译有误 第三个while语句后面的isspace语句内饰j,而不是i //更正后的程序段如下 while(j != s.size() && !isspace(s[j])) 2. 5.8节 连接字符串 99页 while语句里的2个if分支注释,“左”和“右”都翻译错了。 //更正为 //如果左侧图案。。。。 //如果右...
评分这本书是我的第一本C/C++ 正式学习书籍,之所以说是正式,是因为原来看过谭浩强的C++,以及一本C++简读本的书籍,发现当时浪费了大量时间,如果刚开始就这本加速C++学起来,效果可能会更好,这本书的确写得非常好,作者从初学者角度将例子贯穿与知识点,教学方法非常独特,相比...
评分这是我第二本C++的书籍。之前学习C++看的是C++ Primer。后来网上别人推荐这本Accelerated C++才买来学习。 对比一下这两本书,无疑,C++ Primer是一个经典,但个人认为它不是一个入门的经典,至少不是快速入门的经典。Accelerated C++和C++ Primer相比主要有一下两个优点: 1....
评分Koneing两口子真不愧为教育专家。从20多年前的《C陷阱与缺陷》,到《C++沉思录》,再到这本 《Accelerated C++》无不是语言学习的必修之课。特别这本《Accelerated C++》可以说是最佳的C++入门书籍。 Koneing对C++学习有三点建议:尽量避免使用指针;提倡使用程序库;用类表达...
评分快速的掌握 C++ 的主要知识 最有用的部分 以 80% 场景为主 非常适合入门 不被细节所拖累
Accelerated C++ pdf epub mobi txt 电子书 下载 2024