Obj-C++ (was: DLL hell (was: Cocoa newbie frustration))
Obj-C++ (was: DLL hell (was: Cocoa newbie frustration))
- Subject: Obj-C++ (was: DLL hell (was: Cocoa newbie frustration))
- From: "Smith, Bradley" <email@hidden>
- Date: Wed, 10 Oct 2001 10:18:37 +0100
True, but as you say, it's really only useful (to me at least) for existing
code such as algorithms.
I can't integrate exisiting class hierarchies into an Obj-C hierarchy in any
sensible way so I won't be writing any new code in C++ for OS X.
Still, nice to know it's there if I want it I guess.
Brad
>
Ah, but we now have Objective-C++. You're able to use C++ for your
>
model code, at least (should you so desire), and access it from the
>
Obj-C code you write.
>
>
http://developer.apple.com/techpubs/macosx/ReleaseNotes/Objective-
>
C++.html is yor frend.
>
>
This is likely to prove somewhat useful to me, although only for
>
incorporating extant 'legacy' C++ code that works and I can't be
>
bothered to rewrite.
>
>
Simon