name mangling

hello,
is there any way to mangle a function defination ???can any one tell how to mangle c++ functions using c++ compiler....
i know how to demangle the c++ symbols but dont know mangling
Read this:

https://en.wikipedia.org/wiki/Name_mangling

The name mangling depends on the compiler (which produces the code).

do you want to make a compiler?
If so you're free to mangle the symbole like you feel.
Topic archived. No new replies allowed.