CDK (programming library)
From Wikipedia, the free encyclopedia
(Redirected from CDK (Mike Glover))
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (September 2011) |
| Original author(s) | Mike Glover |
|---|---|
| Developer(s) | Thomas E. Dickey |
| Stable release | 5.0.20090215 / February 15, 2009 |
| Operating system | Unix, Linux, POSIX |
| Type | Programming library |
| License | BSD |
| Website | CDK project page |
CDK is a library written in C that provides a collection of widgets for text user interfaces (TUI) development. The widgets wrap ncurses functionality to make writing full screen curses programs faster. A Perl binding is also available.
There are two versions of the library. It was originally written by Mike Glover, introduced as version 4.6 in comp.sources.unix.[1] The other version was extended beginning in May 1999 by Thomas Dickey.
[edit] References
- ^ Glover, Mike (January 12, 1996). "v29i080: cdk - curses development kit, V4.6.0". comp.sources.unix. (Web link).
[edit] Programs that use CDK
- Password Management System A console based password management program
[edit] External links
| This Unix-related article is a stub. You can help Wikipedia by expanding it. |