C++ Primer Plus 2025 pdf epub mobi 电子书


C++ Primer Plus

简体网页||繁体网页

C++ Primer Plus 2025 pdf epub mobi 电子书 著者简介

Stephen Prata在加州肯特菲尔得的马林学院教授天文、物理和计算机科学。他毕业于加州理工学院,在加州大学伯克利分校获得博士学位。Stephen本人或与他人合作编写的图书有十多本。他撰写的The Waite Group's New C Primer Plus一书获得了计算机出版联合会1990年度最佳“How-to”计算机图书奖;他撰写的The Waite Group's C++ Primer Plus一书获得了计算机出版联合会1991年度最佳“How-to”计算机图书奖的提名。


C++ Primer Plus 电子书 图书目录




下载链接1
下载链接2
下载链接3
    


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

发表于2025-04-04

C++ Primer Plus 2025 pdf epub mobi 电子书

C++ Primer Plus 2025 pdf epub mobi 电子书

C++ Primer Plus 2025 pdf epub mobi 电子书



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


C++ Primer Plus 电子书 读后感

评分

不知道是因为我先看这本书的原因或者其他,当我看完这本书再去看《C++ Primer》的时候,发现它写的好乱,总是去看多少页,我本来就习惯跳着看C++的一些重点的特性,搞得我几乎崩溃,而且我觉得《C++ Primer》中的例子比较少,可能是我粗略阅读的原因,看了2天就看不下去了,还...  

评分

之所以说是“编程入门”而不说是“C++入门”,是因为这本书面对的就是对编程一无所知的人群,假如你已经熟练掌握了C语言,那么或许可以试试C++Primer。 之所以选择用带plus的这本,是因为我当初也是用同一作者的C Primer Plus入门C的(教材是谭浩强…不提了,心理阴影),出...  

评分

这是C++的百科全书 也是圣经,写得非常好,看完之后能打好坚实的c++基础,看完之后再看 Thinking in C++, Effective C++, More Effective C++等中级教程,比中国的C++入门教程好了一万倍。力荐!!  

评分

不知道是因为我先看这本书的原因或者其他,当我看完这本书再去看《C++ Primer》的时候,发现它写的好乱,总是去看多少页,我本来就习惯跳着看C++的一些重点的特性,搞得我几乎崩溃,而且我觉得《C++ Primer》中的例子比较少,可能是我粗略阅读的原因,看了2天就看不下去了,还...  

评分

讲得确实很细,也能让人读下去,语言有些啰嗦,不过对于像我这样的C++入门的人来看,还不错,能知道很多实用的入门细节问题,不过如果能备一本《accelerated c++》 在旁,就更好得多了!  

类似图书 点击查看全场最低价
出版者:Addison Wesley
作者:Stephen Prata
出品人:
页数:1200
译者:
出版时间:2011-10-18
价格:GBP 39.99
装帧:Paperback
isbn号码:9780321776402
丛书系列:

图书标签: C++  编程  计算机  Programming  经典  程序设计  Plus  计算机科学   


C++ Primer Plus 2025 pdf epub mobi 电子书 图书描述

C++ Primer Plus, Sixth Edition New C++11 Coverage C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages. The sixth edition of C++ Primer Plus has been updated and expanded to cover the latest developments in C++, including a detailed look at the new C++11 standard. Author and educator Stephen Prata has created an introduction to C++ that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C++ language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use. Review questions and programming exercises at the end of each chapter help readers zero in on the most critical information and digest the most difficult concepts. In C++ Primer Plus, you'll find depth, breadth, and a variety of teaching techniques and tools to enhance your learning: * A new detailed chapter on the changes and additional capabilities introduced in the C++11 standard * Complete, integrated discussion of both basic C language and additional C++ features* Clear guidance about when and why to use a feature* Hands-on learning with concise and simple examples that develop your understanding a concept or two at a time* Hundreds of practical sample programs* Review questions and programming exercises at the end of each chapter to test your understanding* Coverage of generic C++ gives you the greatest possible flexibility* Teaches the ISO standard, including discussions of templates, the Standard Template Library, the string class, exceptions, RTTI, and namespacesTable of Contents 1: Getting Started with C++ 2: Setting Out to C++ 3: Dealing with Data 4: Compound Types 5: Loops and Relational Expressions 6: Branching Statements and Logical Operators 7: Functions: C++'s Programming Modules 8: Adventures in Functions 9: Memory Models and Namespaces 10: Objects and Classes 11: Working with Classes 12: Classes and Dynamic Memory Allocation 13: Class Inheritance 14: Reusing Code in C++ 15: Friends, Exceptions, and More 16: The string Class and the Standard Template Library 17: Input, Output, and Files 18: The New C++11 Standard A Number Bases B C++ Reserved Words C The ASCII Character Set D Operator Precedence E Other Operators F The stringTemplate Class G The Standard Template Library Methods and Functions H Selected Readings and Internet Resources I Converting to ISO Standard C++ J Answers to Chapter Reviews

C++ Primer Plus 2025 pdf epub mobi 电子书

C++ Primer Plus 2025 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

C++ Primer Plus 2025 pdf epub mobi 用户评价

评分

完整读完了英文版上下册,除了一些章节后面的习题没有做,别的基本都看了。理论结合实践,会有更好的效果。感觉很好,以后也要经常回顾,适合入门。学习这个之后还应当系统地学习stl,多实践。

评分

循序渐进,细致全面。当年C++的入门之书,先读的是中文版,有部分错译;后来直接读英文版电子书复习一遍。

评分

讲的很细致,但是有的地方会有小小的错误(特别是练习题),让人有的时候会confused。

评分

循序渐进,细致全面。当年C++的入门之书,先读的是中文版,有部分错译;后来直接读英文版电子书复习一遍。

评分

完整读完了英文版上下册,除了一些章节后面的习题没有做,别的基本都看了。理论结合实践,会有更好的效果。感觉很好,以后也要经常回顾,适合入门。学习这个之后还应当系统地学习stl,多实践。

C++ Primer Plus 2025 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

© 2025 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有