How different is Obj-C from C++?
-
How different is Obj-C from C++? (source: The Ideal Lab)
Here are the major differences between C++ and Objective-C."Wondering how much you'd have to relearn when moving from C++ to Objective-C? Here are 18 key differences you'll have to understand."
-
How different is Obj-C from C++? (source: The Ideal Lab)
Here are the major differences between C++ and Objective-C."Wondering how much you'd have to relearn when moving from C++ to Objective-C? Here are 18 key differences you'll have to understand."
-
What is the chance of anyone having to move from C++ to Obj-C unless they are moving onto iOS specific development? Considering the fact that generic applications written in C++ can be ported to Mac.
Regards:) N. Sharjith
-
What is the chance of anyone having to move from C++ to Obj-C unless they are moving onto iOS specific development? Considering the fact that generic applications written in C++ can be ported to Mac.
Regards:) N. Sharjith
You'll need Objective-C for both Cocoa (Mac) and Cocoa Touch (iOS). Though you are right that C++ code can be compiled to run on Mac in many instances. But for native Mac/iOS programming most of it is done in Obj-C these days. See also Xcode, GCC, and Homebrew[^] for some new ways to code without relying so heavily on Xcode.
Director of Content Development, The Code Project
-
You'll need Objective-C for both Cocoa (Mac) and Cocoa Touch (iOS). Though you are right that C++ code can be compiled to run on Mac in many instances. But for native Mac/iOS programming most of it is done in Obj-C these days. See also Xcode, GCC, and Homebrew[^] for some new ways to code without relying so heavily on Xcode.
Director of Content Development, The Code Project