Y
Hacker News
new
|
ask
|
show
|
jobs
by
bruce343434
11 days ago
C++ compilers do this too, thats why so many to-be-linked symbols start with "Z"
1 comments
ventana
11 days ago
Not 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.
link