|
Softpanorama |
May the source be with you, but remember the KISS principle ;-)
|
K&R BookSee the introduction to the series for more information |
Classic book. For example, the very first exercise given is to print "hello, world" became a standard way of introducing new language in a programming books. Not for the beginner, you need to know well at least one other language before reading this book. Might serve as a quick reference too. Written when memory was expensive, hence it takes all the short cuts to save storage. Therefore some examples (hort implementation of famous UNIX commands) are no longer represent recommended way of coding them.
If you want to know what went on in the designers mind in the creation of C, get this book. If you need a tutorial about C, there are better choices. |
for this K&R's book, one thing i don't understand is that they seem to be obssessed with using string processing functions as examples. the matter of fact is, the C standard library does a lousy job processing strings: most of the string processing functions are type unsafe and tedious to use. as for why C is so popular (hence this book), one is because C is
relatively easy to learn and use, compared with C++, ML etc. the
other reason is that unix and most unix libraries are written in C.
but with virtual machine around the corner, it's time to move one
level up. even though i use C all the time for writing compilers and
kernel drivers, other languages like java/ ML/ python/ lisp are much
more fun to use. |
|
If you have no programming experience than I do not reccommend
this as your first book. Get a more introductory book first and then
dive into the K&R book. |
Copyright © 1996-2008 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
Standard disclaimer: The statements, views and opinions presented on this web page are those of the author and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with. We do not warrant the correctness of the information provided or its fitness for any purpose.
Last modified: February 28, 2008