Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!ispd-newsserver!atexnet!sidlo From: sidlo@skinner.epps.kodak.com (John Sidlo) Newsgroups: comp.lang.c++ Subject: c++ name mangler sought Keywords: typesafe linkage, name mangling, unmangle Message-ID: <5165@atexnet.UUCP> Date: 22 Mar 91 21:37:09 GMT Sender: news@atexnet.UUCP Distribution: usa Organization: EPPS (A Kodak Company), Billerica, MA Lines: 10 Does anyone know where I can find a c++ name mangler? This program would take a string like "x::f(int)" and produce the corresponding typesafe version "f__1xFi", for example. (The ARM talks about this in sect 7.2.1c). We are working on calling c++ methods from Dec Scheme->C, which has a facility for defining references to standard c functions. I'll post a summary of responses. Thanks in advance.