views:

102

answers:

2

I know MSVC does, and GCC doesn't? What about the others?

+1  A: 

@Neil: MSVC does: http://labs.trolltech.com/blogs/2009/08/12/some-thoughts-on-binary-compatibility/

EDIT: sorry, i meant to reply.

Sergio Martins
Interesting link. Those crazy guys at MS, eh? One suspects too many interns with too much time on their hands.
anon
Sounds like to many architects trying to justify there salary :-0
Martin York
A: 

This probably not only depends on compiler but also on platform. ARM name mangling scheme does not use access modifiers to mangle names. Itanium does (gcc follows this one). Microsoft as far as I know is the only one to use it on it's own scheme.

Vitor Py