Mensys Online Shop

C in a Nutshell

Category:General - Books By:O'Reilly
More info:www.oreilly.comAuthor(s):Peter Prinz, Tony Crawford
Pages:600Year of publication:2006

This book is a reference to the C programming language and C runtime library. Its purpose is to serve as a convenient, reliable companion in your day-to-day work as a C programmer. The book covers everything you need to program in C, describing the elements of the language & illustrating their use with examples.The first part of the book is a description, reminiscent of the classic Kernighan & Ritchie text on which many C programmers cut their teeth. It focuses on the C language and  » Read more...

C in a Nutshell

Select one or more articles and then press Order. Quantities can be changed on the next page.
Partnr.DescriptionEuro *US$Euro incl. VAT 
F69300 C in a Nutshell30.0941.0531.90

All prices are in Euro excl. VAT (19%, for books 6%) and excl. shipping.
E-mail or call us at +31 (0)23 548 20 20 for licences, upgrades and other questions.

This book is a reference to the C programming language and C runtime library. Its purpose is to serve as a convenient, reliable companion in your day-to-day work as a C programmer. The book covers everything you need to program in C, describing the elements of the language & illustrating their use with examples.The first part of the book is a description, reminiscent of the classic Kernighan & Ritchie text on which many C programmers cut their teeth. It focuses on the C language and preprocessor directives, including extensions introduced to the ANSI standard in 1999. These topics and others are covered:- Numeric constants; Implicit & explicit type conversions;- Expressions & operators; Functions;- Fixed-length & variable-length arrays; Pointers;- Dynamic memory management; Input & output.The second part is a reference to the C runtime library; it includes an overview of the contents of the standard headers and a description of each standard library function.Part III provides the knowledge of the C programmer's basic tools: the compiler, the make utility, and the debugger. The tools described here are those in the GNU software collection.