C++ Primer Plus第五版中文版文字版 完整32M,字迹清晰
2021-06-18 15:51:51 38.3MB C++ 第五版 文字版 非扫描
1
C++ Primer Plus(第五版)中文版PDF C++入门之作,非常经典
2021-06-18 11:57:59 36.61MB Primer Plus 第五版 中文版
1
永久的珍藏,永恒的经典,两本百看不厌的教材,每一次阅读都会有新的体会
2021-06-15 14:07:29 10.25MB c++ 算法,面向对象
1
《C++Primer(第5版)》基于全新的C++11标准进行全面彻底的内容更新,中英文试读版抢先读! 这本久负盛名的C++经典教程,时隔八年之久,终迎来史无前例的重大升级。除令全球无数程序员从中受益,甚至为之迷醉的——C++大师Stanley B. Lippman的丰富实践经验,C++标准委员会原负责人Josée Lajoie对C++标准的深入理解,以及C++先驱Barbara E. Moo在C++教学方面的真知灼见外,更是基于全新的C++11标准进行了全面而彻底的内容更新。非常难能可贵的是,书中所有示例均全部采用C++11标准改写,这在经典升级版中极其罕见——充分体现了C++语言的重大进展极其全面实践。书中丰富的教学辅助内容、醒目的知识点提示,以及精心组织的编程示范,让这本书在C++领域的权威地位更加不可动摇。无论是初学者入门,或是中、高级程序员提升,本书均为不容置疑的首选。
2021-06-13 10:24:41 6.79MB C++ Primer,C++
1
INTRODUCTION Preface to the Fifth Edition Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming. C++ was a moving target as the language added new features, but now, with the ISO/ANSI C++ Standard, Second Edition (2003), in place, the language has stabilized. Contemporary compilers support most or all of the features mandated by the standard, and programmers have had time to get used to applying these features. The fifth edition of this book, C++ Primer Plus, reflects the ISO/ANSI standard and describes this matured version of C++. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with. You’ll learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions. You’ll learn about the many features C++ has added to C, including the following: • Classes and objects • Inheritance • Polymorphism, virtual functions, and runtime type identification (RTTI) • Function overloading • Reference variables • Generic, or type-independent, programming, as provided by templates and the Standard Template Library (STL) • The exception mechanism for handling error conditions • Namespaces for managing names of functions, classes, and variables The Primer Approach C++ Primer Plus brings several virtues to the task of presenting all this material. It builds on the primer tradition begun by C Primer Plus nearly two decades ago and embraces its successful philosophy:
2021-06-10 10:56:19 6.43MB c plusplus
1
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.,解压密码 share.weimo.info
2021-06-09 21:16:47 5.71MB 英文
1
附件是c++primer第五版中文版的百度云连接,190M完整版pdf格式,找了很久,比较清晰~
2021-06-09 15:43:10 48B c++ primer 第五版 pdf
1
为什么资源要收费呢?内含不同编译器对应的章节所需代码,与c++primer搭配学习更配哦。
2021-06-07 17:04:23 1.83MB c++ 学习资源 资源共享
1
C++ primer
2021-06-06 20:01:35 1.11MB C++ C++Primer
1
c++ primer 第五版示例代码
2021-06-04 17:03:40 477KB c++primer第五版示例 源代码
1