Home > Store > Programming > C/C++

larger cover

Add To My Wish List

C: A Reference Manual, 5th Edition

Register your product to gain access to bonus material or receive a coupon.

  • Description
  • Reviews
  • Sample Content

Product Author Bios

From 1996-present Harbison led SDS infrastructure team and defined a software framework architecture across all TI DSPs and dev't tools, worked to make it fit with TI businesses, help negotiate alliances and acquisitions to make it happen. (Rollout and proudcts will appear in 1998.) Developed long-term vision in SDS and helped develop technology roadmaps. From 1995-96 as CTO Harbison set Tartan's technical direction. He defined and ran a new engineering organization and product development process that gave project managers more authority. He helped spearhead Tartan's long-term growth strategy by defining new products for C and Assembly programming on DSPs. Harbison managed the technical due diligence for TI merger. In 1992, he founded and directed the C/C++ Division, Tartan's first business unit and key to diversifying into commercial markets. Developed first PC-hosted products and first C++ product, for TI DSPs. Created a line of DSP math functions. Pioneered world-wide distribution channels using TI and 3rd parties. (Direct sales used elsewhere.)In 1990, Harbison founded a company, Pine Creek Software, funded by Digital Equipment Corp. to create a market for the Modula-3 programming language. Wrote the first Modula-3 textbook, exhibited at trade shows, wrote software, and published a newsletter. Still recognized as an authority, he was contracted by CRC in 1997 for a Modula-3 chapter in forthcoming Handbook of Object Technology.From 1982-1989, Harbison held various senior positions at Tartan, including Vice President. He led the software QA team & developed company-wide QA policies (1989). He managed several technology groups (1985-89). He was the project manager for Tartan's first commercial product (1984), and program manager for a contract with IBM to develop compilers for their RT PC (precursor to RS/6000). He designed and led development of Tartan's debugger (AdaScope). He developed the C compiler front end, and other internal tools (1981-1984). From 1980-82 Harbison was part of the SPICE research project at Carnegie-Mellon, which evangelized the concept of a "personal workstation" before most companies thought it was feasible. From 1974-80, he helped to develop the Hydra object-oriented, multiprocessor operating system, whose concepts were later used in the Intel 432 microprocessor.

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.

Customer Reviews

106 of 109 people found the following review helpful
5.0 out of 5 stars Essential reference for C (and C++) programmers, October 22, 1999
By 
Dennis L. Hughes "Reader" (Austin, TX USA) - See all my reviews
(VINE VOICE)    (REAL NAME)   
Amazon Verified Purchase(What's this?)
I've never understood why this book hasn't gotten more attention, so I'll add my vote to the others.

I'm a professional software developer (MFC, C++, and C). I first learned C in about 1992 using Kernighan and Ritchie, the only other C book you ever need to buy.

I own several other C books, but have found that C ARM is the only one I ever use. Everything is there, in enough detail to answer every question I've ever had about C. The book even covers earlier versions of the language, if you're stuck with an older compiler (or need to port some older code).

Secondly, the book is detailed and strict. Short of checking the actual standards documents, I know of no better way to answer those nit-picky language-lawyer questions that _will_ pop up sooner or later. I use a reference for those things that _don't_ pop up every day, and hence aren't usually covered in a tutorial book. They're in C ARM.

C++ programmers should own a copy of C ARM, too. C is, after all, a... Read more

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


39 of 40 people found the following review helpful
5.0 out of 5 stars A reference + more, September 14, 2003
By 
Gerry (Perth, Western Australia) - See all my reviews
This review is from: C: A Reference Manual (5th Edition) (Paperback)
My friend borrowed this book from me about two weeks ago and won't give it back, I have since turned to my left side over 20 times looking for it to no avail (serious). If I was to describe this book in one word it would be "Clean", everything in this book is just beautiful, from the ease of use, to the technical details, to even it's fonts and thickness of the pages, everything is so clean and precise that the book makes you want to read it and perhaps even keep it on a pillow next to you at night (but enough about my sheltered life).

One thing that I did not expect before receiving this book was the amazing language overview that comes with the book, they could have sold the book with just that part and it would have still been great. The overview goes into great detail and is really good at pointing out things that other C books miss and the fact that the author is well versed on all the features of the latest C99 Standard adds even more to the wealth of information. My favorite... Read more

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


36 of 38 people found the following review helpful
5.0 out of 5 stars The Best Book on C, January 30, 2002
By 
Eric Koldinger (Portland, OR USA) - See all my reviews
(REAL NAME)   
This is absolutely the best book on the C language I've ever seen. The coverage is complete and detailed, the appendices accurarately and succinctly detail the ANSI standard C libraries. Basically, if you're writing C code, you need this book. It's displaced K&R on my desk as my C reference; it's easier to read and better organized.

Be forewarned, this is not a tutorial. It's aimed at someone who already knows the language, and needs a detailed description for those nagging questions you can't answer anyplace else.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Share your thoughts with other customers:
 See all 54 customer reviews...

Table of Contents

I. THE C LANGUAGE.

 1. Introduction.

 2. Lexical Elements.

 3. The C Preprocessor.

 4. Declarations.

 5. Types.

 6. Conversions and Representations.

 7. Expressions.

 8. Statements.

 9. Functions.

II. THE C LIBRARIES.

10. Introduction to the Libraries.

11. Standard Language Additions.

12. Character Processing.

13. String Processing.

14. Memory Functions.

15. Input/Output Facilities.

16. General Utilities.

17. Mathematical Functions.

18. Time and Date Functions.

19. Control Functions.

20. Locale.

21. Extended Integer Types.

22. Floating-point Environment.

23. Complex Arithmetic.

24. Wide and Multibyte Facilities

Appendix A. The ASCII Character Set.

Appendix B. Syntax of the C Language.

Appendix C. Answers to the Exercises.

Index.

 
Buy

Book  $70.60  $56.48

Usually ships in 24 hours.

This book includes free shipping!

Purchase Reward: One Month Free Subscription
By completing any purchase on InformIT, you become eligible for an unlimited access one-month subscription to Safari Books Online.

Get access to thousands of books and training videos about technology, professional development and digital media from more than 40 leading publishers, including Addison-Wesley, Prentice Hall, Cisco Press, IBM Press, O'Reilly Media, Wrox, Apress, and many more. If you continue your subscription after your 30-day trial, you can receive 30% off a monthly subscription to the Safari Library for up to 12 months. That's a total savings of $199.