the_book_de...
Price: £23.49
In stock

aphrohead_b...
Price: £23.50
In stock

20 used & new from £16.91

Have one to sell? Sell yours here
 
 
C: A Reference Manual
 
See larger image
 

C: A Reference Manual (Paperback)

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

Available from these sellers.


11 new from £23.48 9 used from £16.91

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Tech Authors/Illustrators opens new browser window
www.qualityauthors.co.uk  -  For documentation of all types covering a wide range of industries 
   High Compression PDF opens new browser window
www.luratech.com  -  Free Downloads! Generate smallest PDF for scanner color documents. 
   Educational Charts/Guides opens new browser window
www.How-To-Charts.co.uk  -  Laminated learning resource for all 450+ titles in a range of subjects 
  
 

Customers Who Bought This Item Also Bought

The  C Programming Language (2nd Edition)

The C Programming Language (2nd Edition)

by Brian W. Kernighan
4.7 out of 5 stars (97)  £17.57
Expert C Programming

Expert C Programming

by Peter van der Linden
Writing Solid Code: Microsoft Techniques for Developing Bug-free C. Programs (Microsoft Programming Series)

Writing Solid Code: Microsoft Techniques for Developing Bug-free C. Programs (Microsoft Programming Series)

by Steve Maguire
Programming in C (Developer's Library)

Programming in C (Developer's Library)

by Stephen Kochan
5.0 out of 5 stars (4)  £14.47
The C++ Programming Language, Special Edition

The C++ Programming Language, Special Edition

by Bjarne Stroustrup
3.7 out of 5 stars (29)  £27.47
Explore similar items

Product details

  • Paperback: 560 pages
  • Publisher: Prentice Hall; 5 edition (5 Mar 2002)
  • Language English
  • ISBN-10: 013089592X
  • ISBN-13: 978-0130895929
  • Product Dimensions: 22.9 x 17.5 x 2.5 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon.co.uk Sales Rank: 389,188 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Product Description

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.


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
c programming language
programming
c programming
computer science
c reference
c programming reference

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

C: A Reference Manual
63% buy the item featured on this page:
C: A Reference Manual 4.8 out of 5 stars (12)
The  C Programming Language (2nd Edition)
14% buy
The C Programming Language (2nd Edition) 4.7 out of 5 stars (97)
£17.57
C Pocket Reference
11% buy
C Pocket Reference 5.0 out of 5 stars (3)
£4.78
Programming in C (Developer's Library)
7% buy
Programming in C (Developer's Library) 5.0 out of 5 stars (4)
£14.47

 

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

 
6 of 6 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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Exact, concise, well written..., 6 Dec 2002
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 3 people found the following review helpful:
3.0 out of 5 stars Is this a copy of the ISO/ANSI draft?, 4 Nov 1998
By A Customer
This review is from: C: A Reference Manual (Paperback)
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 very few examples of how to use the language constructs. If this is your only C reference, then your in for some long hours at the computer. I would only recommend this book if you have an additional C reference manual that shows examples of how to use a construct. This book only gives you the technical definition

for the construct i.e. parameters and return values along with unnecessary technical jargon in 90 percent of the book.

It is an ok REFERENCE book if you dont have the official ISO/ANSI C grammer lying around. But look elsewhere for how to use the grammer productions effectively!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars The C Bible
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. Read more
Published on 14 Jun 2007 by Mark R. Bannister

5.0 out of 5 stars 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

5.0 out of 5 stars 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

5.0 out of 5 stars 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

5.0 out of 5 stars 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 Jul 1998

5.0 out of 5 stars 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

5.0 out of 5 stars 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

5.0 out of 5 stars 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

4.0 out of 5 stars 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 Jul 1995

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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.