What is Name Decoration?
Answers were Sorted based on User's Feedback
Answer / nishikant sahu
While function overloading, to identify the exact function
compiler change the name of all overloaded function with the
help of calling convention.its aka name mangling but NM
depends complier to compiler.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / murali
Giving aliases to long_difficult_namespace with simple_name
( i think )
| Is This Answer Correct ? | 1 Yes | 2 No |
What is an undefined reference/unresolved external symbol error and how do I fix it?
Discussion on error handling of C++ .
What is a manipulative person?
Array base access faster or pointer base access is faster?
Write a code/algo to find the frequency of each element in an array?
How to defines the function in c++?
What is the purpose of the "delete" operator?
What is the difference between the functions rand(), random(), srand() and randomize()?
Difference between overloading vs. Overriding
What do you mean by internal linking and external linking in c++?
Can member data be public?
Which function should be used to free the memory allocated by calloc()?