
1 Mar
2003
1 Mar
'03
9 p.m.
--- Seth Kurtzberg
The C++ compilers are all supposed to use the same name mangling scheme, which is part of the standard.
Just to clarify on this a little bit; there is no ABI specification in standard C++. However, there is an industry standard emerging that g++ >=3.2 attempts (and succeds?) to adhere too. Here is the link: http://www.codesourcery.com/cxx-abi/ Some gcc information on this: http://gcc.gnu.org/gcc-3.2/c++-abi.html David J. Sankel