C by dissection : the essentials of C programming

書誌事項

C by dissection : the essentials of C programming

Al Kelley, Ira Pohl

Addison-Wesley Pub. Co, c1996

3rd ed

大学図書館所蔵 件 / 1

この図書・雑誌をさがす

注記

Includes index

内容説明・目次

内容説明

This significantly revised edition has been carefully designed to meet the needs of readers new to C. The reader moves easily through the fundamentals of C and on to its latest applications by means of a time-tested explanatory tool called dissection, first developed by the authors in 1984. Dissection, a pedagogical method similar to a structured, step-by-step walk-through, explains new programming elements and idioms as they are encountered in working code. Right from the start, the authors introduce the reader to complete programs, and at an early point in the text the reader learns to write functions, an important feature of structured programming. Highlights of the new edition *ANSI C used throughout. *Thoroughly tested code available via ftp and compatible with most C systems. *More extensive coverage of functions and pointers, which are typical stumbling blocks for the beginner. *Early coverage of multifile programs enables the programmer to write properly modular code and produce and use libraries. *Early explanation of simple recursion parallels its early introduction in beginning computer science courses.* Greater in-depth treatment of recursion reflects computer scientists' increasing use of C for implementing sophisticated algorithms. *Additional coverage of program correctness and type safety. *New section on two-dimensional arrays reflects the growing use of C by computer scientists and engineers. *New optional "Moving to C++" sections at the end of each chapter offer a preview of the C++ object-oriented extensions of C. 0805331492B04062001

目次

1. Writing an ANSI C Program2. Lexical Elements, Operators, and the C System3. Flow of Control4. Functions and Structured Programming5. Character Processing6. The Fundamental Data Types7. Enumeration Types and typedef8. Functions, Pointers and Storage Classes9. Arrays and Pointers10. Strings and Pointers11. Recursion12. Structures and ADTs13. Input/Output and Files14. Software Tools15. From C to C++AppendicesIndex

「Nielsen BookData」 より

詳細情報

ページトップへ