c++name-manglingvisual-c++-2008

View Compiler Mangled Names in C++


How do I view the compiler-generated mangled names for overloaded functions in C++? I'm using VC9 but answers for other compilers are welcome too.

Edit: I find all the answers useful here. Accepting the one I liked best.


Solution

  • You could look in the map file. Assuming you have map file generation turned on.