C++ Primer 例子
2021-06-25 09:04:10 197KB C++Primer例子 第6版例子
1
C++Primer Plus (第六版)中文版(美)普拉达 扫描版PDF
2021-06-23 15:08:55 142.51MB C++
1
C++期末复习题库,C++新手练习题库,为了学生考试而整理出来的题库,适合复习C++基础理论学习而使用!
2021-06-23 15:06:48 27KB C++ Primer
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
永久的珍藏,永恒的经典,两本百看不厌的教材,每一次阅读都会有新的体会
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