+ 3
what is mangling on c++?
3 ответов
+ 2
can u give the example of name mangling given buy compiler?
+ 1
C++ mangles all symbols, always. ... Name mangling is the process used by C++ compilers give each function in your program a unique name. In C++, generally programs have at-least a few functions with the same name. Thus name mangling can be considered as an important aspect in C++.
0
https://en.m.wikipedia.org/wiki/Name_mangling
The perfect example.
Mangling is just the different names that the language gives to different functions. Biut in funtion