home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11286 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  938 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!network.ucsd.edu!sdcc12!cs!amonge
  2. From: amonge@cs.ucsd.edu (Alvaro Monge)
  3. Newsgroups: comp.lang.c++
  4. Subject: Manipulating logical expressions...
  5. Message-ID: <35937@sdcc12.ucsd.edu>
  6. Date: 21 Jul 92 23:03:01 GMT
  7. Sender: news@sdcc12.ucsd.edu
  8. Distribution: usa
  9. Organization: CSE Dept., U.C. San Diego
  10. Lines: 17
  11. Nntp-Posting-Host: beowulf.ucsd.edu
  12.  
  13.  
  14. This question is related to my article asking for a name generator:
  15.  
  16. I am in need of a C++ class definition and code which manipulates
  17. logical expressions involving variabled and literal constants.
  18.  
  19. An important operation of such a program is:
  20.    Standardizing apart of names:
  21.      i.e.
  22.     Given 2 expressions.  Want them to each have different
  23.     variable names.  That is do the necessary alfa conversions
  24.     on the expression(s) to make sure that they do not share
  25.     any variable names.
  26.  
  27. Thanks,
  28. Al Monge
  29. amonge@cs.ucsd.edu
  30.