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
作为核心计算机技术成熟,完整的参考书籍,Primer Plus系列历经十数年不衰,因为它能够满足那些渴望通过全面理解相关技术继续深造的程序员和开发者的需要。通过学习《C Primer Plus(第五版)中文版》,你将奠定坚实的C编程基础。    与以前的版本一样,作者的目标仍旧是为读者提供一本入门性、条理清晰、见解深刻的C语言教程。作者把编程概念和C语言的细节很好地融合在一起。通过大量短小精焊的范例演示一两个概念,为读者提供了很好的练习机会,有助于读者迅速掌握所讲的知识。
2021-05-23 19:35:02 56.85MB C Primer Plus 第五版
1
C语言Bible,程序员必读,全英文高清电子版。 大学不知道这么好的书存在真是浪费了青春。。工作了又通读了一遍
2021-05-20 00:00:26 8.17MB C语言 C
1
[美] Stephen Prata 著;张海龙,袁国忠 译; ISBN:9787115279460 已统一页面大小和重新制作书签。
2021-05-19 12:12:16 23.81MB C++
1
C-Primer-Plus第六版中文版习题答案. 第一章 1. #include int main(void) { double inch, cm; printf("Please input the inches: "); scanf("%lf", &inch;); cm = inch * 2.54; printf("%g cm\n", cm); return 0; }
2021-05-11 13:08:53 460KB cyuanyan
1
本书享有“程序员和开发人员学习C++的完整教程”的美誉,它经过仔细的测试,制作精细,是计算机行业的经典著作。前4版在美国的总销售量超过了10万册。该书阐述了包括结构化代码和自顶向下设计在内的编程原理,涵盖了类、继承、模板、异常以及最新的面向对象编程技术等内容。
2021-05-10 23:04:28 45.64MB C++ Primer 中文 第6版
1
C++ 源代码
2021-05-09 16:10:05 178KB C++primerplus
1
C++ Primer Plus(第五版)每章的程序清单
2021-05-08 16:53:42 143KB C++ Primer Plus 程序清单
1
c 初中级 经典教程
2021-05-07 11:11:30 3.3MB C C语言 Plus Primer
1