C differs from most programming languages in its use of pointers, functions, and files. For those learning C, pointers are the greatest source of confusion. The primary aim of this book is to provide working models of how pointers are used in C. Pointers are used differently with every programming feature and Introductory C, Second Edition, emphasizes how each new programming feature relates to the use of pointers to provide a thorough understanding of the applications throughout C.
Introductory C, Second Edition, offers a detailed explanation of Arrays in C over several chapters, describing strings, arrays of structures, multi-dimensional arrays, and arrays of pointers. The underlying implementation of arrays using pointersis described in detail with such features as pointers to elements, pointers to arrays, and pointers to pointers. File access methods using text and binary files are also given thorough coverage: character, line, formatted text files, and record binary files are described, and the implementation of file access functions is described in detail. This book will be of great use to programmers at all levels.
Auflage
Sprache
Verlagsort
Verlagsgruppe
Elsevier Science & Technology
Zielgruppe
Für höhere Schule und Studium
Für Beruf und Forschung
Maße
Höhe: 234 mm
Breite: 191 mm
Gewicht
ISBN-13
978-0-12-552142-0 (9780125521420)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Richard Petersen teaches C Programming and UNIX courses at the University of California, Berkeley. His doctoral work was in artificial intelligence applications to information retrieval. He has pursued studies in cognitive science, philosophy, and aesthetics with particular emphasis on skill acquisition.
Autor*in
University of California, Berkeley, U.S.A.
Section I: Variables, Pointers, and Functions: Introduction. Data Types. Expressions. Statements. Pointers. Functions. Structures. Storage Classes and Scope Rules. Program Organization. Section II: Arrays and Pointers: Arrays and Pointers. Arrays of Characters: Strings. Arrays of Structures. Arrays of Arrays. Arrays of Pointers. Section III: Data Structures and file Management: Data Structures and Recursion. Text Files. Record Files. System Calls and Stream I/O. Section IV: An Introduction to C++: Classes and Objects. Classes and Pointers. Inheritance, Derivation, and Overloading. Section V: C Topics: The Preprocessor. Bitwise Operations. Make. Formatted I/O Conversions. Section VI: Appendixes: ASCII Code. The Standard Library. Answers to Exercises. Subject Index.