Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Standard C Library, The

Standard C Library, The

List Price: $53.00
Your Price: $53.00
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: Great reference
Review: If you are looking for a reference to the standard library, this is it. There is a chapter for each header. Each chapter details all functions that are available and how to implement them. The book is about 500 pages, but all chapters are useful. You won't find any fluff in here.

Rating: 5 stars
Summary: Great reference
Review: If you are looking for a reference to the standard library, this is it. There is a chapter for each header. Each chapter details all functions that are available and how to implement them. The book is about 500 pages, but all chapters are useful. You won't find any fluff in here.

Rating: 5 stars
Summary: Fun to Read!
Review: It just had to be said. Besides being thorough and authorative, it's fun to read! (Assuming that you enjoy programming.)

Rating: 5 stars
Summary: Fun to Read!
Review: It just had to be said. Besides being thorough and authorative, it's fun to read! (Assuming that you enjoy programming.)

Rating: 5 stars
Summary: Written by Plauger in when he was at his sharpest.
Review: P.J. Plauger was operating at full-tilt when he wrote this excellent guide to the implementation and use of the C library. In particular, his treament (and history) of <stdio.h> is outstanding. Unfortunately, the Plauger of recent history is apparently being held captive by Microsoft. His "C/C++ User's Journal" is brimming with non-portable Windows topics of little value to those interested in Standard C and, of course, the Unix platform...where C began. Plauger has apparently forgotten the roots of the C programming language. Nonetheless, this is among the five "must have" books for the serious C programmer

Rating: 5 stars
Summary: Look up what a <stddef.h> does
Review: Reference book for the C standard library which defines things like <signal.h>, <stdarg.h> etc. Every chapter deals with one C header file. It contains a lot of explanations, some extracts from the standard and examples. One cannot possibly program in C without this book.

Rating: 5 stars
Summary: The Definitive Book on the Standard C Library
Review: This outstanding book integrates three treatments of the Standard C library: The straight text from the standard, a commentary, and a prototype implementation. All of these show Plauger at his best.

Even though the implementation does not always look elegant (and unfortunately is not open source), it provides a high quality implementation of each aspect of the standard and is extremely instructive (I found the stdio formatting code and the math routines particularly interesting).

Rating: 5 stars
Summary: The Definitive Book on the Standard C Library
Review: This outstanding book integrates three treatments of the Standard C library: The straight text from the standard, a commentary, and a prototype implementation. All of these show Plauger at his best.

Even though the implementation does not always look elegant (and unfortunately is not open source), it provides a high quality implementation of each aspect of the standard and is extremely instructive (I found the stdio formatting code and the math routines particularly interesting).


<< 1 >>

© 2004, ReviewFocus or its affiliates