Have one to sell? Sell yours here
or
Get a £9.60 Amazon.co.uk Gift Card
C: A Reference Manual
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

C: A Reference Manual [Paperback]

Samuel P. Harbison , Guy L. Steele Jr.
4.8 out of 5 stars  See all reviews (12 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  
Paperback, 21 Feb 2002 --  
Trade In this Item for up to £9.60
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in C: A Reference Manual for an Amazon.co.uk gift card of up to £9.60, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 560 pages
  • Publisher: Prentice Hall; 5 edition (21 Feb 2002)
  • Language English
  • ISBN-10: 013089592X
  • ISBN-13: 978-0130895929
  • Product Dimensions: 17.8 x 2.1 x 23.5 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Bestsellers Rank: 427,277 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

For C programming courses found in departments of Computer Science, Engineering, CIS, MIS, IT, Business and Continuing Education.

This authoritative reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that emphasizes correctness, portability, and maintainability. The authors describe the C language more clearly and in more detail than in any other book.

From the Back Cover

This best-selling, authoritative reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that empha_sizes correctness, portability, and maintainability.

Describing the C language more clearly and in more detail than any other book, authors Samuel P. Harbison and Guy L. Steele Jr. provide in a single manual:

  • Standard C (1999) - the new revison of the C Standard supports complex and Boolean types, variable length arrays, precise floating-point programming, and new libraries for portability and internationalization.
  • Standard C (1989)- the version of C used by most of today's programmers.
  • Traditional C-common practice before 1990, with millions of lines of code in use every day.
  • C++ compatible C-code that can be used as C or C++.
  • The complete C run-time libraries for all C versions.

C: A Reference Manual is the only book that describes all the details of C-past and present. It is the single must-have reference for all C programmers and implementors.

Thoroughly revised and updated, the expanded Fifth Edition includes a complete description of the latest C Standard, ISO/IEC 9899:1999, with its powerful language extensions and new libraries.

New! Visit the Web site. www.CAReferenceManual.com contains source code for the longer examples in the book, expanded discussions on language issues, the latest ISO/IEC language corrigenda, and links to other C resources.


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
8 of 8 people found the following review helpful
By A Customer
Format:Paperback
This book has it all. To begin with, it modestly calls itself "C: A Reference Manual". They might as well come right out with it and say "C: The Reference Manual". If you have a question about C, it will be answered here. This is not the ordinary thick and heavy tome hastily cobbled together against a deadline, but a refreshing example of old-fashioned, obstinate dedication to quality. It is lean and terse; every line carries meaning, and you will be expected to pay attention. That is not much of an exaggeration; just about every single line in the book, with the possible exception of the page numbers, is important: The examples don't just repeat the obvious; they are well chosen to point up important points, and at the end of each chapter you will find exercises that are cleverly crafted to make you cry and say "How could I have missed that!". That is also why, although the book calls itself a reference manual, it is at the same time a lesson in pedagogy. A small warning, though, just for the sake of balance: the weak point of C is also the weak point of this book, if it has one. If you are thinking of buying it just because you want an authoritative source on C declarations, this could be what you want if you have a truly superior intellect - Harbison and Steele don't miss anything, and sure enough it is all here - but most of us will need another source on that particular subject before we realize that; a more hand-holding, tear-wiping sort of source. However, in summary: I was thinking just now of whether to add the line "This is the best book ever written on any subject.", but I decided against it, as I have not read all books.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Paperback
This is a very good reference for any programmer who needs to learn C specific rules and concepts. Suppose you are a C++ programmer and you want to quickly go through the details of C for your low-level programming need. This is exactly what you are looking for. If you are inexperienced or don't know how to program, this isn't useful, however. It is definitely not like an ANSI/ISO copy of C standards. Apart from C language specials, there's detailed explanation on C libraries and macros, c++ compatibility and general C utilities. One of the rare books I have bought without doubt.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
The C Bible 14 Jun 2007
By Mark R. Bannister VINE™ VOICE
Format:Paperback
As a UNIX programmer, I have found Harbison and Steele's reference manual to be the perfect example of what should comprise a good reference. It provides a complete and precise description of the C programming language, from lexical structure, through the pre-processor, program layout and syntax right up to accurate and precise descriptions of the Standard C libraries. By taking a bottom-up approach, it is logical, thorough, and easy to navigate.

The book is methodical in its comparisons between the different C dialects, and in providing excellent cross-references and examples throughout. I personally found the syntactic descriptions of more use than that of the runtime libraries, because I have good online manual pages on UNIX that already describe the libraries thoroughly - although it must be said, not with such good examples.

The authors also treat you as an intelligent adult, rather than a student who needs to be hand-held and bottle-fed. I much prefer this approach in a technical book, you know you're being told everything, nothing held back, no detail missed, and you can decide for yourself what is and is not relevant to you.

This is far and away the best C reference manual on the market, but be warned, it is not for the beginner! You can't teach yourself C with this book, but it will certainly hold the answer to almost any question on the language you can think of, and enable an intermediate C programmer to fully hone his or her skills. No self-respecting C programmer should be without this gem.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
This book is fantastic C reference book
Concise, well-ordered reference book. Deals with the multiple flavours of C. Invaluable for those who have portability across versions as a concern. Read more
Published on 23 May 2006 by C/C++ programmer
One of the best C programming reference book
As a C programmer I found this book very useful at every stage of my academic studies. The book overviews all the topics in ANSI standard in a systematic way. Read more
Published on 13 Feb 2003 by Boran Gazi
Best C reference book available
C is my language of preference and whilst looking for a good ANSI reference I came across this book.

In my opinion this is the best. Read more

Published on 9 Sep 1999
Is this a copy of the ISO/ANSI draft?
Despite the rave reviews, I found this book rather dissapointing. It reads like the ISO/ANSI official language grammer, that is, JUST THE FACTS AND IN TECHNICAL TERMS ONLY, with... Read more
Published on 4 Nov 1998
The best C reference book available.
This book is great. It is well organized, extremely accurate, and covers every case that can occur in the C language. Ever wonder what happens if ... Read more
Published on 6 July 1998
The best. Period.
After an introductory course on C, this is the only book you ever need for anything in C and is actually fun to read. Read more
Published on 21 Mar 1997
Excellent reference for any C programmer
This book is the best quick reference for looking up functions, include files and the like. I recommended it to the serious C-philes in my programming class last quarter.
Published on 29 Jan 1997
Highest praise I can give - my copy is wearing out.


C programmers do it with small tools, and this relatively
small book is the best reference a programmer could have. Read more

Published on 8 Jan 1997
A good reference book on ANSI C; many examples
This is a good reference on ANSI standard C, although I wouldn't try
to start learning the language from it. Read more
Published on 28 July 1995
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback