This book is a first course in the skills of computer programming. It is not intended to cover all aspects of programming in C. The book is intended as a first step along the road to competent computer programming using sensible and proven design principles. The emphasis is always on good design practice and good coding style. The book is a self-contained package, the format of which is a three-part structure made up of short chapters. The first eleven chapters present an introduction to the C language. Chapters twelve to nineteen concentrate on the principles of good program design. The final part, chapters twenty to twenty-seven, combines the lessons learned in the earlier chapters and shows how to proceed from an initial statement of need through to a working program. Further features of C are explored to allow the design and implementation of solutions to more realistic problems. The book comprises the text itself, many short questions designed to elicit understanding of the ideas learned and exercises to put the theory into practice. To support this, the companion floppy disc contains solutions to the exercises using the 'cheat' system.
The cheat system allows selective access to specific parts of a solution without showing the complete answer. Refer to the text for more details.
Sprache
Verlagsort
Verlagsgruppe
McGraw-Hill Education - Europe
Illustrationen
Maße
Höhe: 229 mm
Breite: 152 mm
Dicke: 15 mm
Gewicht
ISBN-13
978-0-07-707913-0 (9780077079130)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Introduction to Programming Concepts. Getting Started. Declarations and Assignments for Integer Numbers. Real Numbers. Input and Output. Selection. Repetition. Characters and Strings. More Control Statements. Functions. Testing and Debugging. An Introduction to Program Design. Introduction to Arrays. Multi-Dimensional Arrays. Type Definitions. Structures and Unions. Files. Software Units. Dynamic Data Structures.