Programming in C---A complete introduction to the C programming language
书的开头给出了一个章的目录,它有19章,5个附录和一个索引。
后面再给出详细的目录,章下面有两层,有的只有一层。都没有序号。
就是说,它的结构是三层。
第一章,简介。
第二章,基础知识。
第三章,编译和运行第一个程序。程序设计书都这样,这样以后学习时可以运行自己写的程序了。
第四章,变量、数据类型和算术表达式。
第五章,程序循环。
第六章,分支。
第七章,数组。
第八章,函数。
第九章,结构。
第十章,字符串。
第十一章,指针,这是C语言最重要的功能,可以看出用了40多页。
第十二章,位操作。
第十三章,预处理器
第十四章,更多的数据类型。
第十五章,较大的程序
第十六章,C语言的输入输出操作
第十七章,杂项和高级特征
第十八章,调试程序
第十九章,面向对象编程
附录A C语言总结
附录B 标准C库函数
附录C 用gcc编译程序
附录D 常见程序错误
附录E 资源
索引
它在前十二章讲解C语言的基本功能,后面是辅助性质的了。
第十九章,属于C++的范畴。
【原文】
Contents At a Glance
Preface xvii
1 Introduction 1
2 Some Fundamentals 5
3 Compiling and Running Your First Program 11
4 Variables, Data Types, and Arithmetic Expressions 21
5 Program Looping 43
6 Making Decisions 65
7 Working with Arrays 95
8 Working with Functions 119
9 Working with Structures 165
10 Character Strings 195
11 Pointers 235
12 Operations on Bits 279
13 The Preprocessor 299
14 More on Data Types 321
15 Working with Larger Programs 333
16 Input and Output Operations in C 347
17 Miscellaneous and Advanced Features 373
18 Debugging Programs 389
19 Object-Oriented Programming 411
A C Language Summary 425
B The Standard C Library 467
C Compiling Programs with gcc 493
D Common Programming Mistakes 497
E Resources 501
Index 505
【书名、作者及其它信息】
Programming in C
A complete introduction to the C programming language
International Standard Book Number: 0-672-32666-3
Library of Congress Catalog Card Number: 2004093272
Printed in the United States of America
First Printing: July 2004
Author:Stephen G. Kochan
www.samspublishing.com
http://www.informit.com/imprint/index.aspx?st=61091