home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / g / help / 1470 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.4 KB

  1. Xref: sparky gnu.g++.help:1470 comp.lang.c++:16757
  2. Newsgroups: gnu.g++.help,comp.lang.c++
  3. Path: sparky!uunet!pipex!warwick!bham!pickerig
  4. From: pickerig@eee.bham.ac.uk (Guy Pickering)
  5. Subject: Re: demangeling
  6. Sender: usenet@rs6000.bham.ac.uk (USENET News Service)
  7. Message-ID: <1992Nov23.141646.27672@rs6000.bham.ac.uk>
  8. Date: Mon, 23 Nov 1992 14:16:46 GMT
  9. References: <9211231128.AA20601@life.ai.mit.edu>
  10. Organization: The University of Birmingham, England
  11. X-Newsreader: TIN [version 1.1 PL6]
  12. Lines: 24
  13.  
  14.  (FLEINERC%CFRUNI51.BITNET@mitvma.mit.edu) wrote:
  15. : Does there exist a program to demangle names used by C++ ?
  16. : it should accept for example
  17. :      __ct__7ostreamFv
  18. : and print
  19. :      ostream::ostream()
  20.  
  21.  
  22. With AT&T C++ V3.01 you get a program c++filt which does this.
  23. Also there is a patch for gdb to allow cfront name demangling.
  24.  
  25. Guy
  26.  
  27. --
  28. +--------------------------------+-----------------------------------------+
  29. | Guy Pickering                  | School of Electronic & Electrical Eng,  |
  30. | E-MAIL: G.PICKERING@uk.ac.bham | University of Birmingham,               |
  31. | Tel: (021) 414 4340            | Edgbaston, Birmingham. B15 2TT.         |
  32. +--------------------------------+-----------------------------------------+
  33. | "I have ten pairs of trainers...One for each day of the week" - Sam Fox  |
  34. +--------------------------------+-----------------------------------------+
  35.  
  36.  
  37.