
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 chapters interface tp help those modifying or extending an interface or designing related interfaces. * In-depth focus on algorithm engineering: how to packag
This book investigates the methodology of creating reusable software modules in C by employing interface-based design to overcome the language's lack of native object-oriented support. David Hanson, a seasoned software engineer, presents a rigorous framework that separates interface definitions from their underlying implementations. By analyzing 24 distinct interfaces, the author provides a practical guide for developers to build modular, reliable, and scalable applications using standard C techniques.
What You Will Find
Experts frequently cite this work as a foundational text for C programmers looking to elevate their software architecture skills. Readers often note the high density of the technical prose, which serves as both a practical manual and a masterclass in clean code design.
Page Count:
544
Publication Date:
1996-08-20
Publisher:
Addison-Wesley Professional
ISBN-10:
0201498413
ISBN-13:
9780201498417
No comments yet. Be the first to share your thoughts!