View Full Version : Objective-C++ tutorial
fernandovalente
Mar 30, 2009, 03:39 PM
I really don't like Objective-C. It's hard to learn. I've took a look at some Objective-C++ code and it appears to be easier. Where may I find an Objective-C++ tutorial? Is it good to program with Objective-C++ for iPhones/iPods Touch?
Soulstorm
Mar 30, 2009, 06:14 PM
You could edit your first post instead of making a new one...
Anyway, I think you have misunderstood the way things work. Objective C is a layer of objects on top of C, and ObjC++ is a layer of C++ on top of C++. If you don't like Objective C, chances are that you won't like Objective C++, also. Additionally, Objective C++ needs twice the attention than Objective C so that you don't end up making spaghetti code.
There are no examples or tutorials. Learn Objective C, learn C++ and use C++ with Objective C in your code taking into considerations the limitations that Apple mentions in their website..
fernandovalente
Mar 30, 2009, 08:32 PM
You could edit your first post instead of making a new one...
Anyway, I think you have misunderstood the way things work. Objective C is a layer of objects on top of C, and ObjC++ is a layer of C++ on top of C++. If you don't like Objective C, chances are that you won't like Objective C++, also. Additionally, Objective C++ needs twice the attention than Objective C so that you don't end up making spaghetti code.
There are no examples or tutorials. Learn Objective C, learn C++ and use C++ with Objective C in your code taking into considerations the limitations that Apple mentions in their website..
Thank you! I will give a second chance to Objective-C.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.