Xref: utzoo comp.lang.c:12611 comp.lang.c++:1594 Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c,comp.lang.c++ Subject: Re: const comparison in C and C++ Message-ID: <8500@smoke.ARPA> Date: 15 Sep 88 12:06:19 GMT References: <709@paris.ICS.UCI.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <709@paris.ICS.UCI.EDU> schmidt@beaver.ics.uci.edu (Doug Schmidt) writes: >I'm interested to know the conceptual >differences between the two languages on this point. Essentially, C++ "const" means "constant"; ANSI C "const" means "readonly".