home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 12951 < prev    next >
Encoding:
Text File  |  1992-08-26  |  686 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!EE.Stanford.EDU!sierra!mcgrant
  3. From: mcgrant@rascals.stanford.edu (Michael C. Grant)
  4. Subject: Re: complex classes and temporary destruction.
  5. In-Reply-To: zougas@me.utoronto.ca's message of Thu, 27 Aug 1992 03:13:46 GMT
  6. Message-ID: <MCGRANT.92Aug26232410@rascals.stanford.edu>
  7. Sender: usenet@EE.Stanford.EDU (Usenet)
  8. Organization: Information Systems Laboratory, Stanford University
  9. Date: 26 Aug 92 23:24:10
  10. Lines: 12
  11.  
  12.  
  13. Oh, and that reminds me, if I can't do
  14.  
  15. complex a,b,c,d;
  16. ...
  17. a = b + c*d
  18.  
  19. when the ANSI committee finally settles on some temporary destruction
  20. standard, then I'm going to be really ticked.
  21.  
  22. Michael C. Grant
  23.  
  24.