home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / std / cplus / 1936 < prev    next >
Encoding:
Text File  |  1992-12-30  |  785 b   |  29 lines

  1. Newsgroups: comp.std.c++
  2. Path: sparky!uunet!microsoft!hexnut!jimad
  3. From: jimad@microsoft.com (Jim Adcock)
  4. Subject: Re: pointer comparisons
  5. Message-ID: <1992Dec30.184614.5551@microsoft.com>
  6. Date: 30 Dec 92 18:46:14 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Dec27.050118.1628@lpi.liant.com>
  9. Lines: 18
  10.  
  11. In article <1992Dec27.050118.1628@lpi.liant.com> pkt@lpi.liant.com (Scott Turner) writes:
  12. |The desired feature is:
  13. |Two pointers to the same type, which point to distinct objects
  14. |of that type, compare not equal.
  15.  
  16. Can you define your terms for us?
  17.  
  18. "Two pointers" means what?
  19.  
  20. "to the same type" means what?
  21.  
  22. "distinct objects" means what?
  23.  
  24. "of that type" means what?
  25.  
  26. "compare not equal" means what?
  27.  
  28. I'm sure each of these things seems clear to you, yet they are not.
  29.