7 ms·
C++ compilers do this too, thats why so many to-be-linked symbols start with "Z"
by bruce343434 2mo ago
C++ compilers do this too, thats why so many to-be-linked symbols start with "Z"
- ventana 2mo agoNot only for the conflicts, but mostly to encode the parameter types into the name for method overloading, because the linker has no idea about it.