7 ms·
C++ is one of the languages blessed by Apple in addition to C, Objective-C, and Javascript.
by 0x44 16y ago
C++ is one of the languages blessed by Apple in addition to C, Objective-C, and Javascript.
- dawgr 16y agoIf they were going to switch to iOS, can't they just switch to Objective-C too even if they used to work with C++ before?
- abdulla 16y agoThey have very different programming models, think Simula versus Smalltalk. You can use the two-headed beast that is Objective-C++, but there's varying levels of compatibility between the languages (in the 64 bit ABI, they share exceptions, in the 32 bit, they don't) and other various oddities they essentially mean they still remain two separate languages that have been kludged together.