home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18560 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!crux.scs.uiuc.edu!mcdonald
  3. From: mcdonald@aries.scs.uiuc.edu (J. D. McDonald)
  4. Subject: Re: Questions about token merging and trigraphs
  5. References: <1TA04E3@cdis-1.compu.com> <2404@sdrc.COM> <mcdonald.610@aries.scs.uiuc.edu> <1992Dec17.183045.2737@sal.wisc.edu>
  6. Message-ID: <mcdonald.616@aries.scs.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: UIUC SCS
  9. Date: Thu, 17 Dec 1992 20:58:00 GMT
  10. Lines: 23
  11.  
  12. In article <1992Dec17.183045.2737@sal.wisc.edu> alan@sal.wisc.edu (Alan Watson) writes:
  13.  
  14. >In article <mcdonald.610@aries.scs.uiuc.edu> mcdonald@aries.scs.uiuc.edu (J. D. McDonald) writes:
  15. >>That last it **UTTERLY WRONG**. I found that **many** of my programs
  16. >>broke!! **MANY** .. and they had lots of occurences of ??!, 
  17. >>??) ??(, ??[. and ??] in them, in **critical** places!!!
  18. >>
  19. >>I chose them as delimiters in a special ASCII file format for data,
  20. >>and chose them as no one would be likely to try to use them as
  21. >                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22. >>actual strings in the text-comment portion of the file!! They are coded
  23. >>into the program in strings .. and it would not have been so bad had
  24. >>not the idiotic ANSI committee decided that they would be replaced in
  25. >>strings as well as code!!
  26.  
  27. >It sounds like your code was broken in the first place; never make 
  28. >assumption about what your users might and might not do.
  29.  
  30. The users have nothing to do with this. They are files created by the
  31. program; the're encrypted binary files from text source. I, and I alone,
  32. write this source (its art, not programming :-) )
  33.  
  34. Doug McDonald
  35.