Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!jarthur!uunet!microsoft!jimad From: jimad@microsoft.UUCP (Jim ADCOCK) Newsgroups: comp.lang.c++ Subject: Re: c++ name mangler sought Keywords: typesafe linkage, name mangling, unmangle Message-ID: <71574@microsoft.UUCP> Date: 28 Mar 91 20:26:51 GMT References: <5165@atexnet.UUCP> Reply-To: jimad@microsoft.UUCP (Jim ADCOCK) Distribution: usa Organization: Microsoft Corp., Redmond WA Lines: 7 In article <5165@atexnet.UUCP> sidlo@skinner.epps.kodak.com (John Sidlo) writes: |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). Name mangling is not "c++", but rather is implementation dependent. Which compiler do you want a name mangler for?