Skip to content

C A Software Engineering Approach

Best in textbook rentals since 2012!

ISBN-10: 0387946756

ISBN-13: 9780387946757

Edition: 3rd 1996 (Revised)

Authors: Peter A. Darnell, Philip E. Margolis

List price: $54.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This highly readable text is designed for beginning and intermediate C programmers. While focusing on the C programming language, the book empasizes stylistic issues and software engineering principles that can be applied to developing programs that are readable, maintainable, portable, and efficient. This book can be used as the primary textbook in a course on C or as a primary book by programmers intent on learning C.The software engineering techniques discussed throughout the text are illustrated in a C interpreter whose source listing is provided on a diskette with the book. There are highlighted "bug alerts" which offer tips on the common errors made by novice programmers.From reviews…    
Customers also bought

Book details

List price: $54.99
Edition: 3rd
Copyright year: 1996
Publisher: Springer New York
Publication date: 5/29/1996
Binding: Paperback
Pages: 498
Size: 7.01" wide x 10.00" long x 0.43" tall
Weight: 2.178
Language: English

Preface to the Third Edition
Preface to the First and Second Editions
Figures
Tables
Introduction to Programming
Introduction to Software Engineering
C Essentials
Scalar Data Types
Control Flow
Operators and Expressions
Arrays and Pointers
Storage Classes
Structures and Unions
Functions
The C Preprocessor
Input and Output
Software Engineering - A Case Study
App. A: The ANSI Runtime Library
App. B: Implementation Limits
App. C: Differences Between the ANSI and KandR Standards
App. D: Reserved Names
App. E: ASCII Codes
Index