Linked by Thom Holwerda on Thu 14th Jun 2007 15:58 UTC, submitted by Jeremy Fox
Thread beginning with comment 247929
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: QT and Openoffice.Org
by meianoite on Thu 14th Jun 2007 18:31
in reply to "RE[4]: QT and Openoffice.Org"
No, it was not. Objective-C++ was created so you can access your legacy C++ code in an ObjC Cocoa app. You can not directly use Cocoa objects/classes/methods in C++ code. In other words, we can not write a Cocoa program purely in C++.
I might have expressed myself unclearly, but your second sentence was precisely what I meant to say.
The meat of the application remains C++, you only need few thin wrappers of Obj-C to call APIs you can't otherwise.






Member since:
2006-03-14
No, it was not. Objective-C++ was created so you can access your legacy C++ code in an ObjC Cocoa app. You can not directly use Cocoa objects/classes/methods in C++ code. In other words, we can not write a Cocoa program purely in C++.
http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html#se...
Edited 2007-06-14 18:16