
- 作 者:(美)萨维奇(Walter Savitch)著
- 出 版 社:北京:清华大学出版社
- 出版年份:2015
- ISBN:7302386445
- 标注页数:1026 页
- PDF页数:1060 页
请阅读订购服务说明与试读!
订购服务说明
1、本站所有的书默认都是PDF格式,该格式图书只能阅读和打印,不能再次编辑。
2、除分上下册或者多册的情况下,一般PDF页数一定要大于标注页数才建议下单购买。【本资源1060 ≥1026页】
图书下载及付费说明
1、所有的电子图书为PDF格式,支持电脑、手机、平板等各类电子设备阅读;可以任意拷贝文件到不同的阅读设备里进行阅读。
2、电子图书在提交订单后一般半小时内处理完成,最晚48小时内处理完成。(非工作日购买会延迟)
3、所有的电子图书都是原书直接扫描方式制作而成。
Chapter 1 Introduction to Computers and C++ Programming 1
Chapter 2 C++ Basics 39
Chapter 3 More Flow of Control 109
Chapter 4 Procedural Abstraction and Functions That Return a Value 177
Chapter 5 Functions for All Subtasks 247
Chapter 6 I/O Streams as an Introduction to Objects and Classes 301
Chapter 7 Arrays 373
Chapter 8 Strings and Vectors 441
Chapter 9 Pointers and Dynamic Arrays 493
Chapter 10 Defining Classes 525
Chapter 11 Friends,Overloaded Operators,and Arrays in Classes 601
Chapter 12 Separate Compilation and Namespaces 685
Chapter 13 Pointers and Linked Lists 721
Chapter 14 Recursion 769
Chapter 15 Inheritance 811
Chapter 16 Exception Handling 867
Chapter 17 Templates 899
Chapter 18 Standard Template Library 931
Appendices 987
1 C++ Keywords 987
2 Precedence of Operators 988
3 The ASCII Character Set 990
4 Some Library Functions 991
5 Inline Functions 998
6 Overloading the Array Index Square Brackets 999
7 The this Pointer 1001
8 Overloading Operators as Member Operators 1004
Index 1006