Have one to sell? Sell yours here
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 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

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: 23.6 x 17.9 x 2.1 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Bestsellers Rank: 108,500 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

12 Reviews
5 star:
 (10)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.8 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

8 of 8 people found the following review helpful:
5.0 out of 5 stars A happy union of reference and pedagogy, 18 Feb 2001
By A Customer
This review is from: C: A Reference Manual (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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Exact, concise, well written..., 6 Dec 2002
This review is from: C: A Reference Manual (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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars The C Bible, 14 Jun 2007
By 
Mark R. Bannister (London, England) - See all my reviews
(VINE VOICE)   
This review is from: C: A Reference Manual (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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Would you like to see more reviews about this item?
 Go to Amazon.com to see all 53 reviews  4.5 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Most Recent 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