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