Mensys Online Shop

C in a Nutshell

Categorie:Algemeen - Boeken Van:O'Reilly
Meer informatie:www.oreilly.comAuteur(s):Peter Prinz, Tony Crawford
Bladzijden:600Publicatie-jaar: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  » Lees meer...

C in a Nutshell

Selecteer een of meer artikelen en klik dan op Bestellen. Aantallen kunnen op de volgende blz. gewijzigd worden.
Partnr.OmschrijvingEuro *Euro incl. BTW 
F69300 C in a Nutshell30.0931.90

Alle prijzen zijn in Euro excl. BTW (19%, voor boeken 6%) en excl. verzendkosten.
E-mail of bel 023 548 20 20 voor licenties, upgrades en andere vragen.

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.