Re: Silly question. Is iTunes Cocoa application?
Re: Silly question. Is iTunes Cocoa application?
- Subject: Re: Silly question. Is iTunes Cocoa application?
- From: John Stiles <email@hidden>
- Date: Sat, 05 Nov 2005 21:34:16 -0800
Sherm Pendley wrote:
On Nov 5, 2005, at 11:49 PM, Hex Star wrote:
anyways isn't objective c at least remotely similar to c?
If you already know C, and you're familiar with OOP concepts,
learning Objective-C syntax takes about an hour. The syntax additions
to C are really quite trivial.
Objective-C++ essentially makes the same additions to C++. Porting
your app is what Objective-C++ is all about. You can write your model
classes in portable C++, the Windows GUI with MFC/C++, and the Mac
GUI with Cocoa/Objective-C++.
And there's also the crazy group of folks who just plain like C++; I'm
one of them :) Objective-C++ is a great tool for porting, but it's also
useful if you want to write your application's algorithms in C++.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden