or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
C Pocket Reference
 
 
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 Pocket Reference [Paperback]

Peter Prinz , Ulla Kirch-Prinz
4.7 out of 5 stars  See all reviews (6 customer reviews)
RRP: £7.50
Price: £5.62 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.88 (25%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 8 left in stock--order soon (more on the way).
Want guaranteed delivery by Wednesday, May 30? Choose Express delivery at checkout. See Details
Trade In this Item for up to £0.25
Trade in C Pocket Reference for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with The C Programming Language (2nd Edition) £33.99

C Pocket Reference + The  C Programming Language (2nd Edition)
Price For Both: £39.61

Show availability and delivery details



Product details

  • Paperback: 144 pages
  • Publisher: O'Reilly Media; 1 edition (27 Nov 2002)
  • Language English
  • ISBN-10: 0596004362
  • ISBN-13: 978-0596004361
  • Product Dimensions: 16.7 x 12.5 x 1 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Bestsellers Rank: 75,494 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Peter Prinz
Discover books, learn about writers, and more.

Visit Amazon's Peter Prinz Page

Product Description

Product Description

C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books.

Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find the information you need.

This small book covers the following:

  • C language fundamentals
  • Data types
  • Expressions and operators
  • C statements
  • Declarations
  • Functions
  • Preprocessor directives
  • The standard library
O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C Pocket Reference is the book you'll want to have.

From the Publisher

Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find information the information you need.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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

3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
5 of 5 people found the following review helpful
Handy to have around 13 Nov 2009
Format:Paperback
Here is a useful resource to have around whether you are new to programming or an old pro. It is all to easy to forget minor syntax details or function names. This little book solves that problem. Although some of the explanations are little glib and lacking in detail the important thing is that it has them all listed together with what they do. This means you can find or remind yourself of what you need. If more help is required then there is a plethora of places on the internet to assist you.

For newcomers to C I would still recommend getting this book. Having all the syntax details close to hand and in one place is very useful when building code for the first time. However I would say it is absolutely essential that you supplement it with the C bible 'The C programming Language' by Kernighan and Ritchie (The C Programming Language (2nd Edition)) or with another C text like 'A book on C' by Kelley and Pohl (A Book on C.: Programming in C.).

I gave this product four stars becuase it doesn't really do anything new and certainly not better than other C texts. Despite this it is very clear, concise and broad covering a lot of C in not a lot of space. This is useful if you quickly want to find something. Also the index is fantastic so no leafing through lots of text scanning for what you need.

If you require a neat little book that summarises the essential parts of C in just 120 pages then this is the book for you. If however you don't need a portable C library then I would say stick to the more traditional texts, since the detail in this one won't take you very far.
Comment | 
Was this review helpful to you?
10 of 11 people found the following review helpful
By George
Format:Paperback
This reference is remarkably complete, well-written and useful. It is probably not for the absolute beginner, but indispensable for those wanting a terse description of the C language and a well organized reference to the standard library. It also includes ANSI C99 features such as restrict pointers, complex functions, floating-point exceptions, and more.
What I like about it in particular is that ANSI C99 features are indicated with an asterisk. So as a C newcomer you will learn the most up-to-date version of the language, while as an advanced programmer you can easily find the recent extensions.
I highly recommend this book!
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
C pocket reference 12 Sep 2010
Format:Paperback
This is an excellent little book providing a quick and easy way to look up the syntax and usage of the C language. It is very well organised and the contents section enables the desired information to be quickly found. It is not a 'Teach yourself' book for the C language. It is, however, very useful when looking at already written code to understand how the code works. I would highly recommend it as a concise easy to use reference alongside another book designed to teach the language. Additionally it is an excellent memory jogger once the basics of the language have ben learned.
Comment | 
Was this review helpful to you?

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


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges