C Interfaces and Implementations Paperback - 1996 - 1st Edition
by Hanson, David R,
- New
C Interfaces and Implementations describes how to use interface-based design in the C programming language, and it illustrates this approach by describing 24 interfaces and their implementations in detail. The source code in the book is interleaved with its explanation in an order that best suits understanding the code.
Standard delivery: 2 to 14 days
Details
- Title C Interfaces and Implementations
- Author Hanson, David R,
- Binding Paperback
- Edition number 1st
- Edition 1
- Condition New
- Pages 544
- Volumes 1
- Language ENG
- Publisher Addison-Wesley Professional, Reading, MA
- Publication date 1996-08-20
- Features Bibliography
- Bookseller's Inventory # 61137-n
- ISBN 9780201498417 / 0201498413
- Weight 2.03 lbs (0.92 kg)
- Dimensions 9.26 x 7.41 x 1.11 in (23.52 x 18.82 x 2.82 cm)
- Category Computers - Languages / Programming
- Library of Congress subjects C (Computer program language), Computer software - Reusability
- Library of Congress Catalogue Number 96-28817
- Dewey Decimal Code 005.133
- Quantity available 5
About GreatBookPrices Maryland, United States
Since 1991, we have worked every day to serve our customers with state-of-the-art technology and world class service. We are dedicated to providing customers around the world with the widest selection of books, DVDs, and CDs at the absolute lowest price.
Reader reviews for C Interfaces and Implementations
Write a review for this book
Important Terms and Guidelines
- Please focus on the book’s content and context. Also, add any personal comments as to how you enjoyed the book. Substantiate your likes and dislikes. You may make comparisons to other books.
- Reviews must be at least 140 characters in length.
- Please do not reveal critical plot elements.
- This is not a help line. Contact customer support if you need help.
Your review must not include:
- Obscenities, discriminatory language, or other insulting language not suitable for public domain
- Advertisements, “spam” content, or references to other products, offers or websites.
- Email addresses, URLs, phone numbers, physical addresses or other contact information.
- Overly critical comments about other reviews or reviewers
- Time-sensitive material (i.e. promotional tours, seminars, lectures, etc.)
- Availability, price, or alternative ordering/shipping information
From the publisher
First line
From the rear cover
Every programmer and software project manager must master the art of creating reusable software modules; they are the building blocks of large, reliable applications. Unlike some modern object-oriented languages, C provides little linguistic support or motivation for creating reusable application programming interfaces (APIs). While most C programmers use APIs and the libraries that implement them in almost every application they write, relatively few programmers create and disseminate new, widely applicable APIs. C Interfaces and Implementations shows how to create reusable APIs using interface-based design, a language-independent methodology that separates interfaces from their implementations. This methodology is explained by example. The author describes in detail 24 interfaces and their implementations, providing the reader with a thorough understanding of this design approach.
Features of C Interfaces and Implementations:
- Concise interface descriptions that comprise a reference manual for programmers interested in using the interfaces.
- A guided tour of the code that implements each chapter's interface tp help those modifying or extending an interface or designing related interfaces.
- In-depth focus on "algorithm engineering: " how to package data structures and related algorithms into reusable modules.
- Source code for 24 APIs and 8 sample applications is examined, with each presented as a "literate program" in which a thorough explanation is interleaved with the source code.
- Rarely documented C programming tricks-of-the-trade.
- Convenient access to all source code in the book via the World Wide Web at http: //www.cs.princeton.edu/software/cii/