Does anyone known the link of c++filt source code. I want call c++filt in my code as a library.
On Linux you can use /usr/include/demangle.h which comes with binutils-dev package. You'll have to link to the libiberty from binutils.
/usr/include/demangle.h
binutils-dev
libiberty
binutils