-
C++ in Cocoa/Objective C
How can I program C++ in a Cocoa/Objective C project with XCode ?
Is this even possible ?
I've read in some places about Objective C++, but I haven't figured out how to do this.
Any help would be greatly appreciated!
cg
-
Advanced Member
Frequent Contributor
Re: C++ in Cocoa/Objective C
The .mm suffix will compile as Obj-C++.
But this question is not related to OpenGL. Google will find what you need to know:
http://cs.northwestern.edu/~josha/objcpp.htm
-
Re: C++ in Cocoa/Objective C
thanks for the help!
Actually the reason I posted this was because I'm working with OpenGL. But I agree, the question is not OpenGL specific.
cg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules