From: mr DOT doom AT la DOT multi DOT se Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ classes in assembly, mangling Date: Fri, 31 Oct 97 22:04:52 PDT Organization: A customer of Tele2 Lines: 22 Message-ID: References: <877897294 DOT 2416 AT dejanews DOT com> NNTP-Posting-Host: mn8.swip.net Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cache-Post-Path: mn8!s-89652 AT dialup152-1-50 DOT swipnet DOT se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Try compiling with -S switch, that produces assembly output. Test(int, unsigned char); becomes: _Test__FiUc _Test__F: Function name i : int Uc Unsigned char Johan Kahrstrom mr DOT doom AT la DOT multi DOT se