| 
 | 
 
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册  
 
×
 
 本帖最后由 gellmann 于 2015-1-11 10:49 编辑  
 
C++入门级别的经典书籍,英文原版 
 
INTRODUCTION 1 
CHAPTER 1 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .11 
CHAPTER 2 Setting Out to C++ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .29 
CHAPTER 3 Dealing with Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .65 
CHAPTER 4 Compound Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .109 
CHAPTER 5 Loops and Relational Expressions . . . . . . . . . . . . . . . . . . . . . . . .177 
CHAPTER 6 Branching Statements and Logical Operators . . . . . . . . . . . . . . .231 
CHAPTER 7 Functions: C++’s Programming Modules . . . . . . . . . . . . . . . . . . .279 
CHAPTER 8 Adventures in Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .337 
CHAPTER 9 Memory Models and Namespaces . . . . . . . . . . . . . . . . . . . . . . . .393 
CHAPTER 10 Objects and Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .445 
CHAPTER 11 Working with Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .501 
CHAPTER 12 Classes and Dynamic Memory Allocation . . . . . . . . . . . . . . . . . .561 
CHAPTER 13 Class Inheritance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .633 
CHAPTER 14 Reusing Code in C++ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .701 
 
CHAPTER 15 Friends, Exceptions, and More . . . . . . . . . . . . . . . . . . . . . . . . . .787 
CHAPTER 16 The string Class and the Standard Template Library . . . . . . . . .857 
CHAPTER 17 Input, Output, and Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .951 
APPENDIX A Number Bases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1041 
APPENDIX B C++ Reserved Words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1047 
APPENDIX C The ASCII Character Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1051 
APPENDIX D Operator Precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1057 
APPENDIX E Other Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1063 
APPENDIX F The string Template Class . . . . . . . . . . . . . . . . . . . . . . . . . . . .1075 
APPENDIX G The STL Methods and Functions . . . . . . . . . . . . . . . . . . . . . . .1095 
 
APPENDIX H Selected Readings and Internet Resources . . . . . . . . . . . . . . . . .1129 
APPENDIX I Converting to ANSI/ISO Standard C++ . . . . . . . . . . . . . . . . . . .1133 
APPENDIX J Answers to Review Questions . . . . . . . . . . . . . . . . . . . . . . . . . .1141 
 |   
 
 
 
 |