a the procedure of encoding the parameter types


A: The procedure of encoding the parameter types along with the function/method name into a unique name is called as name mangling. The inverse procedure is called demangling.

For instance Foo::bar(int, long) const is mangled as 'bar    C3Fooil'.

 For a constructor, method name is left out.

I.e. Foo::Foo(int, long) const is mangled as 'C3Fooil'

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: a the procedure of encoding the parameter types
Reference No:- TGS0218254

Expected delivery within 24 Hours