The Development of the C Language

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements The Development of the C Language
# 1  
Old 04-01-2002
Java The Development of the C Language

LINK
The Development of the C Language

http://cm.bell-labs.com/cm/cs/who/dmr/chist.html

By: Dennis M. Ritchie
Bell Labs/Lucent Technologies
Murray Hill, NJ 07974 USA

Paper History of C Language Development. B to C to BCPL (Ansi Standard). Check it out. This paper studies its evolution & Structures.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

Web development language choice?

Hello, After a bit of basic advice please. What web development languages are available and what are the advantages of each? If this is too basic a question, can someone please signpost so i may research this. I ask as I have a couple of websites that i need to develop but new to programming... (16 Replies)
Discussion started by: maqsood
16 Replies

2. UNIX for Dummies Questions & Answers

What language is this?

Hi, Just got handed this script set def = HLA_DR.pockets set data = DRB1_1501.dat foreach a ( 'cat $data | args 3 |sort -u' ) cat $def | xC | grep -v $a > $$.def cat $data | grep $a | args 1,2 > $a.dat set pseudo = `cat MHCDR_pseudo.dat | grep HLA | grep $a | args 2`... (8 Replies)
Discussion started by: lost
8 Replies

3. UNIX for Dummies Questions & Answers

Best development language to monitor the unix server

Hi, I am supposed to create the website to perform some monitoring and management activities on unix server. Activities includes cpu usage,displays currently runing processes,deleting files on the server and so on. Please tell which is best web based language(.net or java) to develop... (6 Replies)
Discussion started by: S_venkatesh
6 Replies

4. Programming

which language will be the best

Hello, Ive got to amke a script to calculate how many emails are in the servers mailbox, how many times each IP address appears in the mailbox and to search for keywords, tehn produce the results in HTML report. The thing is I dont know where to start and what the best language to use would be. ... (4 Replies)
Discussion started by: clueless
4 Replies

5. Programming

c language

is there any difference between "char*" and "char *" (1 Reply)
Discussion started by: amol munde
1 Replies

6. UNIX for Dummies Questions & Answers

A different language to me!

Hi all, I'm glad there's a section called UNIX for dummies on this forum cause when it comes to UNIX, I am certainly a dummie. I honestly don't have a clue about 98% of the UNIX commands out there so forgive me if this is a really stupid question. I'm trying to set up a MySQL server on my Mac... (7 Replies)
Discussion started by: kguenther
7 Replies

7. UNIX for Dummies Questions & Answers

what scripting language to use

Hi, I want to send system info like disk utilization, memory and things like that to be displayed on a web page. gathering the system info is simple. What do I use to transfer the data to the web server? Once the data is there, its not my problem anymore :D Thanks for any leads (5 Replies)
Discussion started by: 406
5 Replies
Login or Register to Ask a Question
DITROFF(7)						 Miscellaneous Information Manual						DITROFF(7)

NAME
ditroff - classical device independent roff DESCRIPTION
The name ditroff once marked a development level of the troff text processing system. In actual roff(7) systems, the name troff is used as a synonym for ditroff. The first roff system was written by Joe Osanna around 1973. It supported only two output devices, the nroff program produced text ori- ented tty output, while the troff program generated graphical output for exactly one output device, the Wang Graphic Systems CAT typeset- ter. In 1979, Brian Kernighan rewrote troff to support more devices by creating an intermediate output format for troff that can be fed into postprocessor programs which actually do the printout on the device. Kernighan's version marks what is known as classical troff today. In order to distinguish it from Osanna's original mono-device version, it was called ditroff (device independent troff) on some systems, though this naming isn't mentioned in the classical documentation. Today, any existing roff system is based on Kernighan's multi-device troff. The distinction between troff and ditroff isn't necessary any longer, for each modern troff provides already the complete functionality of ditroff. On most systems, the name troff is used to denote ditroff. The easiest way to use ditroff is the GNU roff system, groff. The groff(1) program is a wrapper around (di)troff that automatically han- dles postprocessing. SEE ALSO
[CSTR #54] The 1992 revision of the Nroff/Troff User's Manual by J. F. Osanna and Brian Kernighan, see Bell Labs CSTR #54 <http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz>. [CSTR #97] A Typesetter-independent TROFF by Brian Kernighan is the original documentation of the first multi-device troff (ditroff), see Bell Labs CSTR #97 <http://cm.bell-labs.com/cm/cs/cstr/97.ps.gz>. roff(7) This document gives details on the history and concepts of roff. troff(1) The actual implementation of ditroff. groff(1) The GNU roff program and pointers to all documentation around groff. groff_out(5) The groff version of the intermediate output language, the basis for multi-devicing. AUTHORS
Copyright (C) 2001, 2002 Free Software Foundation, Inc. This document is distributed under the terms of the FDL (GNU Free Documentation License) version 1.1 or later. You should have received a copy of the FDL on your system, it is also available on-line at the GNU copyleft site <http://www.gnu.org/copyleft/fdl.html>. This document is part of groff, the GNU roff distribution. It was written by Bernd Warken <bwarken@mayn.de> and is maintained by Werner Lemberg <wl@gnu.org>. Groff Version 1.18.1 Nov 2003 DITROFF(7)