home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16429 < prev    next >
Encoding:
Text File  |  1992-11-17  |  686 b   |  19 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!cc.gatech.edu!news
  3. From: brianm@cc.gatech.edu (Brian N. Miller)
  4. Subject: Re: self-reproducing C++ program
  5. Message-ID: <1992Nov17.144939.21793@cc.gatech.edu>
  6. Sender: news@cc.gatech.edu
  7. Reply-To: brianm@cc.gatech.edu (Brian N. Miller)
  8. Organization: College of Computing, Georgia Institute of Technology
  9. References: <1919@alcbel.be>
  10. Date: Tue, 17 Nov 1992 14:49:39 GMT
  11. Lines: 6
  12.  
  13. In article <1919@alcbel.be> ldup@ta7s49.alcbel.be (Luc Duponcheel) writes:
  14.  
  15. > <<';'<<
  16.  
  17. This won't work, because character constants are converted to ints.
  18. This will output the ascii decimal equivalent of ';', right?
  19.