can C++ object use Object C objects?
can C++ object use Object C objects?
- Subject: can C++ object use Object C objects?
- From: Scott Andrew <email@hidden>
- Date: Fri, 2 Sep 2005 14:19:16 -0700
Ok. i thought i had seen docs on this but can't find it.
Using the GNU compiler can a C++ object use ObjectC objects? Can i say
void foo::myfunc()
{
[object message];
}
can C++ use and return objective C objects?
The reason i am asking is I am trying to write some cross platform C+
+ classes to handle URL data and parsing using LIBXML. There are
classes for the objects that it returns and i can either create C++
versions of the classes that have the proper native representation
(some might have to be re-wrapped into objective c classes for array
controllers on the mac side).
I didn't want to duplicate the the URL building and data mining
across my platforms.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden