logo
分类于: 计算机基础 互联网

简介

C++编程思想

C++编程思想 8.5分

资源最后更新于 2020-11-25 04:16:30

作者:埃克尔

出版社:机械工业出版社

出版日期:2002-01

ISBN:9787111091622

文件格式: pdf

标签: C++ 编程 计算机 程序设计 C/C++ programming OOP 经典

简介· · · · · ·

C++编程思想(英文本),ISBN:9787111091622,作者:(美)Bruce Eckel著

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Preface
1: Introduction to Objects
2: Making & Using Objects
3: The C in C++
4: Date Abstraction
5: Hiding the Implementation
6: Initialization & Cleanup
7: Function Overloading & Default
8: Constants
9: Inline Functions
10: Name Control
11: References & the Copy-Constructor
12: Operator
13: Dynamic Object Creation
14: Inheritance & Composition
15: Polymorphism & Virtual Functions
16: Introduction to Templates
A: Coding Style
B: Programming Guidelines
C: Recommended Reading
Index