Name: Anonymous 2011-05-18 14:24
Okay, so I'm thinking about working with Obj-C++ as opposed to its base languages, but I'm a little confused as to just how integrated they can be. Can a C++ namespace or class have members which are Objective C classes or types, and can Objective C classes have members which are C++ classes? No, I'm not talking about inheritance, but something like
class someSepplesClass {
NSString* voo
NSUInteger var
};