标准C语言基础教程(第四版)(英文版) / 国外计算机科学教材系列
作者: 加里 J.布朗森
出版时间:2013年12月
出版社:电子工业出版社
- 电子工业出版社
- 9787121179006
- 1-2
- 120103
- 0047151205-3
- 平装
- 16开
- 2013年12月
- 862
- 616
- 工学
- 软件工程
- TP312C
- 编程语言
- 研究生、本科
《标准C语言基础教程(第4版英文版)》由布朗森编写。
Part 1 Fundamentals
Chapter 1 Introduciton to Computer Programming
Chapter 2 Getting Started in C Programming
Chapter 3 Processing and Interactive Imput
Part 2 Flow of Control
Chapter 4 Selection
Chapter 5 Repetition
Chapter 6 Modularity Using Functions: Part 1
Chapter 7 Modularity Using Functions: Part 2
Part 3 Completing the Basic
Chapter 8 Arrays
Chapter 9 Character Strings
Chapter 10 Data Files
Part 4 Additional Topics
Chapter 11 Arrays, Addresses, and Pointers
Chapter 12 Structures
Chapter 13 Dynamic Data Structures
Chapter 14 Additional Capabilities
Chapter 15 A Brief Introduction to C++
Appendix A Operator Precedence Table
Appendix B ASCII Character Codes
Appendix C The Standard C Library
Appendix D Input, Output, and Standard Error Redirection
Appendix E Floating-Point Number Storage
Appendix F Creating a Personal Library
Appendix G Solutions to Short Answer Questions