Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site fluke.UUCP Path: utzoo!linus!decvax!microsoft!fluke!kurt From: kurt@fluke.UUCP (Kurt Guntheroth) Newsgroups: net.lang.c Subject: references and references Message-ID: <667@vax2.UUCP> Date: Fri, 19-Aug-83 13:00:44 EDT Article-I.D.: vax2.667 Posted: Fri Aug 19 13:00:44 1983 Date-Received: Mon, 22-Aug-83 04:35:42 EDT Organization: John Fluke Mfg. Co., Everett, Wash Lines: 9 I would like to read about the "pointer rift" and "uniform reference" issues that seem to separate C from Pascal. Will somebody please point me to an interesting reference or two? By the way, strings are static and therefore must be writable. In particular, C as defined in K&R cannot easily be put into ROM because initialized data (which includes strings) must be able to be written.