本书与C99标准完全相符,包含了复数算术运算和Unicode的讨论。加强了图形的视觉效果,给出的程序示例可以直接作为编译器的输入。提供了创新的形象化表示方法,包括大量图形、表格和程序。并给出了大量的例子。从代码片段到完整的包含数个函数的程序实现,为学生学习程序和实践编程提供了广泛的技术指导。每章结尾包括大量的教学资料,方便读者对所学知识的总结与巩固。
本书根据ACM所列举的CS1课程的框架讲授程序设计的基本原理,同时讲解C语言的基本结构。本书基于作者所开发的一个在工业界和学术界有着30多年优秀历史的软件工程概念环境,生动地阐述了基本的程序设计概念和基于C的结构化程序设计方法。
本书内容丰富,讲解透彻,可作为高等院校计算机及相关专业计算机科学引论、计算引论和程序设计语言等课程的教材或教学参考书。
Chapter 1 Introduction to Computers
Chapter 2 Introduction to the C Language
Chapter 3 Structure of a C Program
Chapter 4 Functions
Chapter 5 Seledion-Making Decisions
Chapter 6 Repetition
Chapter 7 Text Input/Output
Chapter 8 Arrays
Chapter 9 Pointers
Chapter 10 Painter Applications
Chapter 11 Strings
Chapter 12 Enumerated, Strudore, and Union Type
Chapter 13 Binary Input/Output
Chapter 14 Bitwise Operators
Chapter 15 Lists
Appendix A Character Sets
Appendix B Keywords
Appendix C Flowcharting
Appendix D Numbering Systems
Appendix E Integer and Float Libraries
Appendix F Function Libraries
Appendix G Preprocessor Commands
Appendix H Command-Line Arguments
Appendix I Poinlers to Void and to Functions
Appendix J Storage Classes and Type Qualifiers
Aooendix K Program Development
Appendix L Understanding Complex Declarations
Glossary
Index