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:
You can view decorated (mangled) names with Dumpbin.