好书推荐 好书速递 排行榜 读书文摘

C Interfaces and Implementations

C Interfaces and Implementations
作者:David R. Hanson
副标题:Techniques for Creating Reusable Software (Addison-Wesley Professional Computing Series)
出版社:Addison-Wesley Professional
出版年:1996-08
ISBN:9780201498417
行业:其它
浏览数:7

内容简介

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.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

List_append: while(*p) p = &(*p)->rest;

......(更多)

猜你喜欢

点击查看