cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
name mangling
name mangling
Jun 6, 2013 at 5:26am UTC
naveen2525
(24)
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
Jun 6, 2013 at 7:47am UTC
coder777
(8444)
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.