Re: Silly question. Is iTunes Cocoa application?
Re: Silly question. Is iTunes Cocoa application?
- Subject: Re: Silly question. Is iTunes Cocoa application?
- From: Sherm Pendley <email@hidden>
- Date: Sun, 6 Nov 2005 00:07:37 -0500
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++.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
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