C Programming Language (2nd Edition) e oltre 1.000.000 di libri sono disponibili per Amazon Kindle . Maggiori informazioni


oppure
Accedi per attivare gli ordini 1-Click.
oppure
Con la prova gratuita di
Amazon Prime.
Altre opzioni di acquisto
Ne hai uno da vendere? Vendi i tuoi articoli qui
Inizia a leggere C Programming Language (2nd Edition) su Kindle in meno di un minuto.

Non hai un Kindle? Scopri Kindle, oppure scarica l'applicazione di lettura Kindle GRATUITA.

The C Programming Language: ANSI C Version [Brossura]

Brian W. Kernighan
5.0 su 5 stelle  Visualizza tutte le recensioni (1 recensione cliente)
Prezzo: EUR 35,66 Spedizione gratuita. Dettagli
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
Disponibilità immediata.
Venduto e spedito da Amazon. Confezione regalo disponibile.
Vuoi la consegna garantita entro martedì 21 maggio? Ordina entro e scegli la spedizione 1 giorno. Dettagli

Formati

Prezzo Amazon Nuovo a partire da Usato da
Formato Kindle EUR 18,74  
Rilegato --  
Brossura EUR 35,66  

Spesso comprati insieme

I clienti comprano questo articolo con C How to Program EUR 62,72

The C Programming Language: ANSI C Version + C How to Program
Prezzo per entrambi: EUR 98,38

Mostra disponibilità e dettagli di spedizione

  • Questo articolo: The C Programming Language: ANSI C Version

    Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Questo articolo verrà spedito con la spedizione gratuita. Dettagli

  • C How to Program

    Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Questo articolo verrà spedito con la spedizione gratuita. Dettagli


Chi ha acquistato questo articolo ha acquistato anche


Dettagli prodotto

  • Brossura: 274 pagine
  • Editore: Prentice Hall; 2 edizione (maggio 1988)
  • Lingua: Inglese
  • ISBN-10: 0131103628
  • ISBN-13: 978-0131103627
  • Peso di spedizione: 540 g
  • Media recensioni: 5.0 su 5 stelle  Visualizza tutte le recensioni (1 recensione cliente)

Quali altri articoli acquistano i clienti, dopo aver visualizzato questo articolo?


Recensioni clienti

4 stelle
0
3 stelle
0
2 stelle
0
1 stella
0
5.0 su 5 stelle
5.0 su 5 stelle
Le recensioni più utili
5.0 su 5 stelle La (ottima) base essenziale 23 marzo 2013
Formato:Formato Kindle|Acquisto verificato Amazon
Non posso che confermare quello che è già a conoscenza di molti: si tratta di un testo fondamentale per chi vuole imparare a programmare in C, sia perché proviene dagli autori del linguaggio stesso, sia perché è chiaro e lineare.
Diversamente da quanto si possa credere, se masticate un po' l'inglese, è più semplice da leggere la versione originale della traduzione italiana.
Questa recensione ti è stata utile?
Le recensioni clienti più utili su Amazon.com (beta)
Amazon.com: 4.7 su 5 stelle  364 recensioni
271 di 274 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle A high-intensity tutorial and a great reference 13 marzo 2000
Di Mike Christie - Pubblicato su Amazon.com
Formato:Brossura
This book (widely known as K&R, after the authors' initials) has for over twenty years been the best way to learn C. When I got this book in 1980, I had access to a Unix system and worked through much of the tutorial material in it. On the way I learnt a great deal, not just about C, but about good programming style, code reuse, the value of clear comments--in short, I was introduced to the skill set of an experienced computer professional.

The book was a trendsetter in several ways. For example, the very first exercise given is to print "hello, world"; this is now seen as the first exercise in innumerable other, more recent books, many of which may not realize that they are borrowing from K&R. The rest of chapter 1 (there's a chapter 0, an introduction; another geek-cool change which has been widely copied) is a tutorial that takes you through assignment statements, data types, if/else, for, while, printf, function definitions, arrays, and variable scoping, in less than 30 pages. If you work your way through the embedded exercises you'll have written utilities to strip tabs, reverse input by lines, strip trailing whitespace from input, and several others. This is much more challenging than most tutorials, but the effect on the student is that you feel you are being treated as an equal. The book doesn't talk down to you; it gives you accurate and concise answers. It's written for programmers, in other words.

The next few chapters go back over the elements of C in more detail, and should also be treated as a tutorial. Going through this material religiously will be far more valuable than any college class could possibly be.

There is a reference section at the back, which is good to have. But the real value of this book is in the tutorial approach: it is a rare pleasure in the computing field to find a book that is simultaneously clear, stimulating and informative.

128 di 136 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle The best programming book I ever bought. 12 luglio 2000
Di Uri Raz - Pubblicato su Amazon.com
Formato:Brossura
I've first bought this book when I started my academic studies, after 5 years of work with Fortran 77 & three years of work with Pascal.

This small book (270 pages, including the index) served me well through my degree, and I still keep the dog-eared, yellowing, aged book with me at work.

The book focuses on the language itself - this is no hands-on book (no explanations on how to use this compiler or that debugger, though it is a little biased toward Unix) - in a clear, concise, and thorough way covering all of the language and it's standard libraries.

I especially liked the excercises (the solutions come in a seperate volume) and the C source code examples of how some of the library routines are (or may be) implemented.

With this book I had no problem understanding the more difficult subjects (e.g. many people have problems with pointers, and this book makes the subject easy to understand) and avoiding pitfalls.

I've read it in a week, and keeping it in hand's reach smoothly started programming in C.

The only drawback I see in this book is it's price, it's a small book which sells *very* well, and I'd expect it's price to be lower. This book is *not* for people who study C as their first programming language (those would be better served with a pair of books - a first course in programming and compiler guide).
104 di 112 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle The most elegant programming book I have ever read 9 novembre 1997
Di pem2@lehigh.edu - Pubblicato su Amazon.com
Formato:Brossura
This book is not "for Dummies". It assumes that you already have some knowledge of structured programming languages (i.e. Pascal). For example, this book spends four well-written pages explaining everything you need to know about functions. If you don't know what a function is, this will clearly not be enough. However, if you do know about functions, this book will not drone on and on for an entire chapter or two on the subject like some of the foot-crunching tomes the size of an encyclopdia.

The book is expensive ($40) for its size (approx. 250pgs.), but it is worth every penny. To quote the authors: "C is not a big language, and it is not served well by a big book."

As a bonus, almost anything you need to know about C can be found in seconds using the excellent index. It should be noted that this is a language reference and will NOT tell you how to use your editing environment or compiler.

In summary, intermediate or advanced programmers should be able to learn C with reasonable proficiency in a short amount of time.


Ricerca articoli simili per categoria