Re: NSBundle question
Re: NSBundle question
- Subject: Re: NSBundle question
- From: Andrew Pinski <email@hidden>
- Date: Sun, 9 Dec 2001 11:31:39 -0500
According to the standard, name mangling is left for the implementor.
So in reality there is no standard for c++ name mangling.
Thanks,
Andrew Pinski
On Sunday, December 9, 2001, at 11:20 , Clark S. Cox III wrote:
On Saturday, December 8, 2001, at 10:23 , Bill Bumgarner wrote:
I have no idea-- I have never actually dealt w/C++.
I'm not sure if there is an extra link step that has to take place...
two thoughts come to mind: (1) you are going to have to figure out
how to reverse engineer the name mangling (which isn't just for
polymorphism, but is a "feature" of C++ because there are so many
compilers out there and no standards)
There is a C++ standard, just like there is for C. Name mangling
is a possible (and very common) way to implement function overloading.
--
Clark S. Cox, III
email@hidden
http://www.whereismyhead.com/clark/