Re: NSBundle question
Re: NSBundle question
- Subject: Re: NSBundle question
- From: "Clark S. Cox III" <email@hidden>
- Date: Sun, 9 Dec 2001 11:20:42 -0500
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/