home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.std.c++
- Path: sparky!uunet!microsoft!hexnut!jimad
- From: jimad@microsoft.com (Jim Adcock)
- Subject: Re: pointer comparisons
- Message-ID: <1992Dec30.184614.5551@microsoft.com>
- Date: 30 Dec 92 18:46:14 GMT
- Organization: Microsoft Corporation
- References: <1992Dec27.050118.1628@lpi.liant.com>
- Lines: 18
-
- In article <1992Dec27.050118.1628@lpi.liant.com> pkt@lpi.liant.com (Scott Turner) writes:
- |The desired feature is:
- |Two pointers to the same type, which point to distinct objects
- |of that type, compare not equal.
-
- Can you define your terms for us?
-
- "Two pointers" means what?
-
- "to the same type" means what?
-
- "distinct objects" means what?
-
- "of that type" means what?
-
- "compare not equal" means what?
-
- I'm sure each of these things seems clear to you, yet they are not.
-