The C programming language

The book is meant to help the reader learn how to program in C. It is organized as follows: Chapter 1 is a tutorial on the central part of C. Chapter 2 deals with the basic data types, operators and expressions. Chapter 3 treats control flow: if-else, switch, while, for, etc. Chapter 4 covers functi...

詳細記述

保存先:
書誌詳細
第一著者: Kernighan, Brian W
フォーマット: 図書
言語:Undetermined
出版事項: Englewood Cliffs, New Jersey Prentice-Hall 1988
主題:
タグ: タグ追加
タグなし, このレコードへの初めてのタグを付けませんか!
Thư viện lưu trữ: Trung tâm Học liệu Trường Đại học Cần Thơ
その他の書誌記述
要約:The book is meant to help the reader learn how to program in C. It is organized as follows: Chapter 1 is a tutorial on the central part of C. Chapter 2 deals with the basic data types, operators and expressions. Chapter 3 treats control flow: if-else, switch, while, for, etc. Chapter 4 covers functions and program structure - external variables, scope rulers, multiple source files, and so on - and also touches on the preprocessor. Chapter 5 discusses pointers and address arithmetic. Chapter 6 covers structures and unions. Chapter 7 describes the standard library, which provides a common interface to the operating system. Chapter 8 describes an interface between C programs and the UNIX operating system, concentrating on input/output, the file system, and storage allocation. Appendix A contains a language reference manual. Appendix B is a summary of the standard library. Appendix C is a short summary of changes from the original language