C++ Primer Plus(第6版)英文版,文字版,原汁原味学习
2021-07-16 15:01:28 5.66MB C++
1
C++ Primer Plus (6th Edition) 亚马逊正版,官方AZW3 正版格式,kindle完美排版。
2021-07-08 09:29:13 21.66MB C++ Primer Plus (6th
1
本书是久负盛名的C++经典教程引,其内容是C++大师Stanley B. Lippman丰富的实践经验和C++标准委员会原负责人Josée Lajoie对C++标准深入理解的完美结合,已经帮助全球无数程序员学会了C++。
2021-07-05 18:12:46 7.7MB C++
1
wzm_primer_plus重要的事都在秋天
2021-06-27 20:02:17 63KB wzm_primer_plus重
1
c++Primer+Plus第6版中文版源代码,我以前在官网上下载的,很好用的,我全使用过,不错和大家分享
2021-06-25 16:59:20 200KB c++Plus第6版
1
C++Primer Plus (第六版)中文版(美)普拉达 扫描版PDF
2021-06-23 15:08:55 142.51MB C++
1
C++ Primer Plus 中文第六版高清.epub 是 epub格式的电子书。 有文字有图片,体积小,比pdf好一些,可复制,手机上看方便,手机上可以使用 静读天下专业版 打开。
2021-06-18 16:21:32 76.68MB c++ primer 中文版
1
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
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