I'm interested in finding official or reverse engineering documentation that details the naming scheme used by the Visual Studio C ++ compiler to translate C ++ names into characters in the generated code.
I know this can change between versions, and I'm most interested in the details for Visual Studio 2003, 2005 and 2008.
Of particular interest is the handling of C ++ operators, such as new, new placements, and new []
c ++ visual-studio documentation name-mangling
grrussel Jan 29 '09 at 10:16 2009-01-29 10:16
source share