Type-Safe Linking

C++ uses type-safe linking to enable function overloading, implemented by name mangling. There is no standard for this, and each compiler uses a proprietary format.


References