Calling C++ from Obj-C
Calling C++ from Obj-C
- Subject: Calling C++ from Obj-C
- From: brian hook <email@hidden>
- Date: Fri, 31 Aug 2001 07:15:45 -0700
Okay, I realize that this is probably an FAQ, but I actually did a Google
and a list archive search and didn't turn up anything (anyone else notice
that searching on "C++" is just kind of a pain?).
I have a fairly large codebase of C++ classes that are integrated into my
current projects. There's a lot of stuff in there that my Cocoa app needs
to be able to access. For example, I want to do a data visualization tool
in Cocoa, however all the data generation stuff is in C++. In addition,
I'm writing a server back end in ANSI C++, but I'd like to make a Cocoa
version that can be used as a front end to the server (whereas on Linux and
Windows the server will simply run at the console).
Thanks,
Brian