Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: The C Programming Language (book)


Related Topics

In the News (Wed 22 May 13)

  
  The Java Language Specification
The Java Language Specification, Third Edition - Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language.
He is well known as the co-creator of the Scheme programming language and for his reference books for the C programming language (with Samuel Harbison) and for the Common Lisp programming language.
The Java Language Specification, Second Edition - Written by the inventors of the technology, this book is the definitive technical reference for the Java programming language.
java.sun.com /docs/books/jls   (750 words)

  
 Programming Language Trends - O'Reilly Radar
Also worth noting on this chart is that book sales tend to spike even before the release of commercial languages, as the vendors work with publishers to get books out by the release date, while books on open source projects tend to trail the release date.
CS students probablby learn C, C++ and Java in their undergrad programs and don't have much need for additional books beyond their texts for these languages.
Books are no longer a good indicator, On-demand printing, blogging, and forums are nowdays the fast and best way to adquire knowledge on a language.
radar.oreilly.com /archives/2006/08/programming_language_trends_1.html   (4182 words)

  
  Programming Ruby, 2nd Ed.
The Pickaxe book, named for the tool on the cover, is the definitive reference to this highly-regarded language.
If you are reviewing our books for a magazine or user group, or if you're just curious, you may want to read our reviewers' faq.
Programming Ruby is the essential reference to the Ruby language.
www.pragmaticprogrammer.com /titles/ruby   (790 words)

  
  C programming language information - Search.com   (Site not responding. Last check: )
C is distinguished for the efficiency of the code it produces, and is the most commonly used programming language for writing system software, though it is also widely used for writing applications.
As a result, it is possible to write C code at a low level of abstraction analogous to assembly language; in fact C is sometimes referred to (and not always pejoratively) as "high-level assembly" or "portable assembly." It is also sometimes referred to as a mid-level language.
C is used as an intermediate language by some high-level languages (Eiffel, Sather, Esterel) which do not output object or machine code, but output C source code only, which is then input to a C compiler, which then outputs finished object or machine code.
c10-ss-1-lb.cnet.com /reference/C_programming_language   (6547 words)

  
  The C Programming Language (book) - Wikipedia, the free encyclopedia
The C Programming Language (sometimes referred to as KandR) is a well-known computer science book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the language (as well as co-designed the UNIX operating system with whose development the language was closely intertwined).
In 1988 the second edition of the book was published, updated to cover the changes to the C programming language resulting from the new ANSI C standard, particularly with the inclusion of reference material on standard libraries.
For example, the coding and formatting style of the programs presented in both editions of the book is often referred to as "KandR style" or the "One True Brace Style" and, significantly, became the coding style used by convention in the source code for the UNIX and Linux kernels.
en.wikipedia.org /wiki/The_C_Programming_Language_(book)   (842 words)

  
 JakeO.com - History of the C Programming Language
The C programming language and its direct descendants are by far the most popular programming languages used in the world today.
C is now such a popular programming language that there have been several descendants from it that are in wide use.
C is also a very lenient language; it allows the programmer to do many things that probably would be caught as errors in a high-level language.
www.jakeo.com /words/clanguage.php   (2520 words)

  
 Security Forums :: View topic - Book Review - The C++ Programming Language, Special Edition
C++ is often used in graphics, sound and system programming, and demonstrates its power, speed and flexibility in a diverse range of situations.
This book covers not only the core C++ language, but also the C++ STL (Standard Template Library), a flexible generic programming toolkit, and does so with a comprehensive yet comfortable approach to informing the reader.
While this book does not cover every aspect of the STL, or Templates in minute detail, it does introduce and discuss the major concepts, those which should be adequate for most C++ work, and the coverage of the core language is unparalleled.
www.security-forums.com /viewtopic.php?t=32951   (2109 words)

  
 The C++ Programming Language, Special Edition   (Site not responding. Last check: )
The pace of the book is unbalanced, there seems to be little attempt to build you knowledge, rather it reads like more of a brain dump as the level of complexity varies wildly from paragraph to paragraph.
The language is explained through the use of a lot of examples that in reality are true insights on programming techniques.
The problem is that you learn them together with the language and the OO notions, so if you are a novice they could not receive the deserved attention (and perhaps they don't have the deserved space in the book.
www.london-deal.com /browse/asin/0201700735   (1154 words)

  
 The C Programming Language | zZine Magazine   (Site not responding. Last check: )
C is based on the languages BCPL and B, hence the name C. B was written in 1970 by Ken Thompson for the first version of Unix, which ran on the PDP-7 computer.
All versions of Unix since the development of C have been written in C, and most versions of MS-DOS were also written in C. Programmers writing systems programs in C have the entire computer under their control.
C has many strengths - it is flexible and portable, it can produce fast, compact code, it provides the programmer with objects to create and manipulate complex structures (e.g classes in C++) and low level routines to control hardware (e.g input and output ports and operating system interrupts).
www.zzine.org /node/1475   (839 words)

  
 ProQuest Information and Learning - C# Programming Language, The
C# is a simple, modern, object-oriented, and type-safe programming language that combines the high productivity of rapid application development languages with the raw power of C and C++.
The C# Programming Language is the definitive reference for programmers who want to acquire an in-depth knowledge of C#.
I was happy with the book except for the only quirk that the back of the book was hurt at one end.
proquest.safaribooksonline.com /0321154916   (521 words)

  
 drx: C Programming [Computers: Programming: Languages: C] - loadaverageZero
C is a very simple, compact and low-level programming language—leading some to describe it as a “high-level assembler.” As such, software produced from it is extremely fast and efficient, making it the dominate language for system and server software, and even many applications.
C is a popular programming language, designed for low-level Unix systems programming but expanded to cover a variety of applications.
The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system.
loadaveragezero.com /app/drx/Programming/Languages/C   (488 words)

  
 Book Review: The C# Programming Language by Anders Hejlsberg
And the new title “The C# Programming Language”, co-authored by Anders Heljsberg, a Microsoft distinguished engineer and the creator of the C# language, is such a source.
It’s not intended to be a comprehensive tutorial to C# development; it’s a programmer’s reference, profiling the internal mechanics behind the world’s most rapidly-adopted programming language.
In my opinion, the book’s one major flaw is the misnomer is gives off to the buyer, which unfairly at this point in the.NET game, implies the de facto expectation for a self-help book on learning various aspects of Microsoft development.
www.c-sharpcorner.com /code/2005/feb/TheCSharpProgrammingLanguage.asp   (563 words)

  
 The C Programming Language : ANSI C Version (K&R Book)
a software engineering approach>(3ed), is a good example: it does a better job cleaning the dusty corners of C. for this KandR's book, one thing i don't understand is that they seem to be obssessed with using string processing functions as examples.
Once you are comfortable programming in C, however, this is the one book you want next to you (and it will likely be the ONLY reference book you will ever need for straight ANSI C).
Since it was written by the original authors of the C language, it's hard to imagine anyone being more authoritative on the subject, and although there's little hand-holding, it is well-written and pleasant enough to read through cover-to-cover.
www.softpanorama.org /Bookshelf/Classic/kr_book.shtml   (846 words)

  
 O'Reilly Media | Programming Perl
Programming Perl is not just a book about Perl; it is also a unique introduction to the language and its culture, as one might expect only from its authors.
The one point that does bite is that the book is not rigidly structured but it does not race too far forward that you are left with an example that is not understandable.
This is the only book I have used so far so I can not make a better judgement but there were lot of places where it makes reference to c++ programming and unix commands and talk about it a lot.
www.oreilly.com /catalog/pperl3   (1931 words)

  
 Boxer Underground - October 2000 Book Review
And it’s done in the same easy-to-absorb format as the other tremendously popular for Dummies books for beginners that the patrons of my library check out by the armful to teach themselves what they need to know about everything from the C+ programming language to...which breed of dog is right for their family.
Although the book contains the requisite sections devoted to whether the breed is right for your family ("Boxers: The Good, the Bad, and the Ugly"), training ("Do!"), breeding ("Don’t"), and health care, the advice is anything but generic.
Boxers for Dummies is the ideal book to send home with a new puppy buyer, or to tuck in the Christmas stocking of a friend or co-worker who, after listening to you go on and on about your boxers, is contemplating one of his own.
www.boxerunderground.com /bu2000/october00/bubook.htm   (333 words)

  
 Amazon.com: The C Programming Language (2nd Edition): Books: Brian W. Kernighan,Dennis M. Ritchie   (Site not responding. Last check: )
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.
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).
Though this book might not be for the absolute beginners in programming, it gives a great insight in C (and C++ sometimes) both for the newbie as well as the pro programmer.
www.amazon.com /C-Programming-Language-2nd/dp/0131103628   (1662 words)

  
 C programming language - Uncyclopedia, the content-free encyclopedia   (Site not responding. Last check: )
C is a mystic language used by various wizards, magicians, and otherwise practitioners of the mystic art of computer science.
Discovered by alchemists and recorded in magic spell books, the language allows channelers of computer science to communicate with the spirits and execute various functions through the mystic tools we know of as “computers”.
C, as a magic computer language through which the spirits obey men, is neither inherently good nor evil (unlike other computer dialects, such as BASIC), but rather it is a neutral tool to be used by the race of men however they please.
uncyclopedia.org /wiki/C_programming_language   (559 words)

  
 Que Publishing - 073571228X - Perl for C Programmers
As the title of the book suggests, this is targeted at C (and C++) programmers.
If the camel book ("programming perl") is *too* detailed to the point of ad nauseum, this book is too shallow, and if you just rely on this book to learn Perl, you still won't be able to understand 80% of the code you might encounter.
The feeling after reading the book was really one of emptiness, like the $18-per-head buffet I had last month on the Scotia Prince ferry that only served lettuce and tomatoes and roast beef and lobster shells.
safari.quepublishing.com /073571228X   (1426 words)

  
 Amazon.ca: C Programming Language: Books: Brian W. Kernighan,Dennis Ritchie   (Site not responding. Last check: )
An indisputably classic computing text, Kernighan and Ritchie's The C Programming Language, 2nd Edition, is the standard reference for learning and using ANSI C. Written by the co-inventors of C, this concise tutorial has a well-deserved reputation for clarity and precision as it defines one of the most successful programming languages of all time.
C is still a great first programming language, and its influence is felt in Java and C++, both of which support many programming constructs based on C, while adding support for objects.
This book is meant to help the reader learn how to program in C. The book assumes some familiarity with basic programming concepts like variables, assignment statements, loops, and functions.
www.amazon.ca /Programming-Language-Brian-W-Kernighan/dp/0131103628   (1329 words)

  
 The Visual C++ Programming Language   (Site not responding. Last check: )
Programming for Windows is different from old-style batch or transaction-oriented programming.
Visual C++ is a textual language which uses a graphical user interface builder to make programming decent interfaces easier on the programmer.
C++ is one of the components of Visual C++.
www.engin.umd.umich.edu /CIS/course.des/cis400/vcpp/vcpp.html   (382 words)

  
 PC AI - C++ Programming Language   (Site not responding. Last check: )
Instead of developing a new language, he decided to add the features he needed to the efficient C programming language.
Because C had been ported to a number of different platforms, that made porting C++ to these platforms easier.
C++ Learning community for beginners and novices, ever growing site for peple to give help and request help for C++ programming.
www.pcai.com /web/ai_info/pcai_cpp.html   (492 words)

  
 GameDev.net - Book Details - The C Programming Language   (Site not responding. Last check: )
It is only a small book, with no cd but it has more helpful information than any other book on C I have seen.
Overall, "The C Programming Language" is the best £30 i've spent on a programming book (and i have quite a collection building up).
This book is expensive if you realize that you pay 40 dollars for a book with 250 pages without cd-rom, this is the reason I give it four stars instead of five.
www.gamedev.net /columns/books/featuredbook.asp?productid=125   (488 words)

  
 PIC16C84, AVR & 68HC11 MICROCONTROLLER DEVELOPMENT TOOLS
Dennis Richie is the original creator of C and this is the book that introduced C to the world.
The C Puzzle Book is an excellent choice for all programmers who want to expand on their basic knowledge of the C programming language.
The popular programming language is now used for writing many different kinds of programs, from compilers and assemblers to spreadsheets and games.
www.blitzlogic.com /book_c.htm   (486 words)

  
 CS W3101-01 - Programming Languages (C) - Spring 2005
The course prerequisite is that students must be fluent in at least one programming language.
The Kernighan/Ritchie book is a great but minimalist reference for the C language.
The C Programming Language and C for Java Programmers should be available on Fri, 1/28, at Morningside Bookshop (Broadway b/w 113th and 114th St).
www.columbia.edu /~me133/coms3101-01.htm   (691 words)

  
 cdecl(1): Compose C/C++ type declarations - Linux man page
Cdecl (and c++decl) is a program for encoding and decoding C (or C++) type declarations.
The C language is based on the (draft proposed) X3J11 ANSI Standard; optionally, the C language may be based on the pre-ANSI definition defined by Kernighan and Ritchie's The C Programming Language book, or the C language defined by the Ritchie PDP-11 C compiler.
A transformation is made from that language to C (C++) or pseudo-English.
www.die.net /doc/linux/man/man1/cdecl.1.html   (1588 words)

  
 The C programming language by Brian W. Kernighan | LibraryThing
Of all the programming books I own/have owned, this is the only one I will never let go of.
When I was younger my father had several books that seemed outdated and "old", but now in retrospect I understand what the attraction to those books is: they're complete, thorough, and written by and for the pioneers of an industry.
The C Programming Language and have a look at "Errata for The C Programming Language, Second Edition", too.
www.librarything.com /work.php?book=136997   (388 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.