The C Programming Language
- The C Programming Language
-
The C Programming Language Erstausgabe
The C Programming Language ist das erste Buch über die Programmiersprache C. Die Erstausgabe erschien 1978. Es stammt von den Autoren Brian W. Kernighan und Dennis M. Ritchie, wovon Ritchie die Programmiersprache entwickelt hat. Das Buch sorgte maßgeblich für die Verbreitung der Programmiersprache C und gilt auch heute noch als viel geachtetes Referenzwerk für C.
Das Buch sorgte auch für die Bekanntheit des Hallo-Welt-Programms.
In Deutschland wird das Buch unter dem Titel Programmieren in C publiziert.
Ausgaben
- Brian W. Kernighan, Dennis M. Ritchie: The C Programming Language. 2. Auflage. Prentice Hall, Englewood Cliffs, N.J. 1988, ISBN 0131103628.
- Brian W. Kernighan, Dennis M. Ritchie: Programmieren in C. 2. Auflage. Hanser, München 1990, ISBN 3446154973.
Weblinks
Wikimedia Foundation.
Schlagen Sie auch in anderen Wörterbüchern nach:
The C++ Programming Language — Infobox Book name = The C++ Programming Language title orig = translator = image caption = The C++ Programming Language, Third Edition author = Bjarne Stroustrup illustrator = cover artist = country = language = English series = subject = C++… … Wikipedia
The C Programming Language — Le langage de programmation C Auteur Dennis Ritchie et Brian Kernighan Genre Ouvrage technique Version originale Titre original The C Programming Language Langue originale anglais Pays d origine … Wikipédia en Français
The C Programming Language (book) — The C Programming Language (sometimes referred to as K R or the white book ) 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… … Wikipedia
Criticism of the APL programming language — The APL programming language has been used since the mid 1960s on mainframe computers and has itself evolved in step with computers and the computing market. APL is not widely used, but minimalistic and high level by design, at several points in… … Wikipedia
History of the Dylan programming language — Dylan programming language history first introduces the history with a continuous text. The second section gives a timeline overview of the history and present several milestones and watersheds. The third section presents quotations related to… … Wikipedia
GNU Compiler for the Java Programming Language — GNU Compiler for Java Entwickler: The GNU Project Aktuelle Version: 4.3.1 (6. Juni 2008) Betriebssystem … Deutsch Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
The Unix Programming Environment — is a textbook written by Brian W. Kernighan and Rob Pike, both of Bell Labs. It is considered an important and early book on the Unix operating system. Often considered the Bible , it is considered the most authoritative work on Unix. It was… … Wikipedia
Programming language implementation — A programming language implementation is a system for executing programs written in a programming language.There are two general approaches to programming language implementation: *Interpretation: An interpreter takes as input a program in some… … Wikipedia