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 see the decorated function names by using Dependency Walker.
Open any DLL\EXE in dependency walker and in right pane you can see a list of decorated function names.