home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 17889 < prev    next >
Encoding:
Text File  |  1992-12-13  |  886 b   |  20 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!wupost!spool.mu.edu!umn.edu!csus.edu!netcom.com!erc
  3. From: erc@netcom.com (Eric Smith)
  4. Subject: Re: Criticisms Wanted:Callbacks&Runtime methods
  5. Message-ID: <1992Dec13.121221.22888@netcom.com>
  6. Keywords: callbacks C++ Runtime methods
  7. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  8. References: <1gc6fhINN6nr@tamsun.tamu.edu> <1992Dec12.124839.11240@netcom.com> <Bz6MHn.Apw@fiu.edu>
  9. Date: Sun, 13 Dec 1992 12:12:21 GMT
  10. Lines: 8
  11.  
  12. In article <Bz6MHn.Apw@fiu.edu> feathers@serss0 (Michael Feathers) writes:
  13. >   #system echo __FILE__ __LINE__    // Show people where the processing is now
  14.  
  15.  
  16. Actually, echo is a poor example for that, because it could be implemented as
  17. #message __FILE__ __LINE__
  18. or something like that, with no need to worry about operating system or shell
  19. compatibility.
  20.