Programmer's Guide to ncurses

Dan Gookin

  • 出版商: Wiley
  • 出版日期: 2007-02-20
  • 售價: $2,040
  • 貴賓價: 9.5$1,938
  • 語言: 英文
  • 頁數: 576
  • 裝訂: Paperback
  • ISBN: 0470107596
  • ISBN-13: 9780470107591
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description

* ncurses is a programming library with an API that allows programmers to write text user interfaces in a terminal-independent manner; it's currently the most popular way to program a console in the Unix environment
* The book serves as a tutorial that walks C language programmers from the very basics of ncurses to the more advanced functions, such as manipulating windows, reading the keyboard, color text, using the mouse, and other more advanced possibilities
* The book is also a reference that contains more than 180 standard ncurses library functions and constants and explains how each of these options is optimally used
* Various notes describe the function behavior, while sample code and programs round out the reference