Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!pdn!tscs!tct!chip From: chip@tct.uucp (Chip Salzenberg) Newsgroups: comp.lang.c++ Subject: Re: Inheritance and references question Message-ID: <27D79CFF.1ADF@tct.uucp> Date: 8 Mar 91 14:17:34 GMT References: <71032@microsoft.UUCP> <1991Mar5.010600.19687@world.std.com> <71133@microsoft.UUCP> Organization: Teltronics/TCT, Sarasota, FL Lines: 8 According to jimad@microsoft.UUCP (Jim ADCOCK): >The way C++ *ought* to work in this situation is that an array formal >argument is *implicitly* converted to a reference to an array of the >same type. That way the C tradition that arrays are passed by reference >would be maintained, and C++ could be a type-safe language. C++ is a type-safe language. It just isn't pointer-safe. And no small change along the lines described by Jim will make it so.