allentech.net
Find  In  By    

The Standard C Library

Item graphic

P.J. Plauger
Paperback
512 pgs
Published 1991-07-11

List Price: $78.00
Our Price: $70.20
You Save: 10%

Click to buy!

Qualifies for FREE shipping!

Usually ships in 24 hours

Also available New and Used from $2.62 here.

More titles by P.J. Plauger
More books from Prentice Hall PTR
All editions of The Standard C Library
Anything like The Standard C Library


Product Description

Prentice Hall's most important C programming title in years. A companion volume to Kernighan & Ritchie's C PROGRAMMING LANGUAGE. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. The C Library is part of the ANSI (American National Standard Institute) for the C Language. This new book contains the complete code for the library. It covers elements of the library with which even the most experienced C programmers are not familiar such as internationalization (the ability to write programs that can adapt to different cultural locales, for example, using the C library, programmers can write software that manipulates large character sets such as Kanji). Structured like the Standard C Library, it contains 15 headers declaring or defining all of the names in the library. A separate chapter covers each header, including excerpts from relevant portions of the C Standard showing all codes needed to implement each portion of the library and explaining why it is necessary. The book teaches readers the concepts and design issues associated with library building. Using this book, programemrs will be less likely to re-code something that already exists in a given program. Plauger is one of the world's leading experts on C and the C Library.

[ ^Top ]


A "Must Have" Reference Book        Rating:

When I bought this book, in college, I really didn't understand it. It didn't really give me much information, just had a bunch of code from the C standard libraries in it.

I picked it back up a few years after I started working in the real world and now had enough experience to realize what a gem this thing was. It basically implements (full source code) all the standard libraries. It let's you see how things work on the inside. It shows structs and accessible items that you may otherwise not even know it exists.

The best part is the source for standard library functions. This is a super handy gem if you are doing embedded code that doesn't have OS support. It was a wonderful help to me that let me write a few of the standard C functions that were handy to use when in an embedded environment where those functions weren't available. Many of these I could have done myself, but only with much though, time and testing. From here its virtually free.

This is a MUST HAVE book to any hard core C/C++ developer.

A Fantastic Resource!        Rating:

Essential for C programmers who want to use as many library functions as possible to avoid reinventing the wheel. A must have.

A real programmer!        Rating:

People sometimes make jokes about people who call them self's real programmers (and vise versa). But this is a book that a real programmer will have on their bookshelf as reference material, along with their copy of "The C++ Programming Language" and others. I have not referred to this book in years, but I have never regretted the purchase. It is rare that someone who probably wrote the library that you are using writes a book on it. So even though it is very technical, it is a must have for anyone who wishes to meet the same standards as "The Standard".

Very nice about Standard C Library implementation        Rating:

First of all (also metioned by other reviewers), the layout of this book is horror. Everything is printed behind each other (not very much whitespace).

This book is a nice reference, but maybe you can better use Internet nowadays.

What make this book really nice, is that it offers implementations for the standard C library. So if you're looking for a implementation for sqrt/sin/tan/printf/etc. you will find it in this book. This is a really nice way to get some insight how an implementation of a Standard C Library could work.

[ ^Top ]

Top