Aimed at a first course in computer programming, this introductory text on the principles of structured program design using the C language, recognizes the growing significance and use of C in the professional programming world. It adopts a "spiral" approach to teaching the C language commands and features as required to demonstrate structured programming concepts. Structured top-down programming techniques form the basis for this book, and are introduced from outset and discussed throughout in the context of realistic programming problems. All programs have been compiled and run under both ANSI C and C++ compilers.
Sprache
Verlagsort
Verlagsgruppe
Zielgruppe
Für höhere Schule und Studium
Illustrationen
glossary, indexes, bibliography
Maße
Höhe: 248 mm
Breite: 178 mm
Gewicht
ISBN-13
978-0-534-94122-2 (9780534941222)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Autor*in
University of Southern Queensland, Australia
Background and overview; Developing programs - calling functions; Data; Repetition; Input: obtaining data from outside the program; Making choices: the conditional statements if and switch; Writing functions with arguments and results; Top-down programming: choosing the program structure; Arrays; Text files; Structuring data; Memory addresses: pointers; Advanced programming with pointers; Recursion; Data structures and abstract data types; Further issues concerning numeric computation; Random-access and binary input-output; Scoping and linkage rules, source file management, constant parameters; Efficiency, searching and sorting.