Re: Getting Started with Objective C and Xcode?
Re: Getting Started with Objective C and Xcode?
- Subject: Re: Getting Started with Objective C and Xcode?
- From: Alexander Bokovikov <email@hidden>
- Date: Sat, 24 Apr 2010 12:21:04 +0600
On 21.04.2010, at 1:09, Daniel Blade wrote:
Does anyone have any suggestions for getting started assuming no
prior C knowledge? Every book I find assumes you already know C. It
seems odd to learn C if my main objective is to code in Objective C.
Your main objective (as I can suppose) is to create some real
software, but not just "to code". Objective C is used in Cocoa to
build the frontend (GUI) of your application. It can be your choice
what language to use for its backend building. As for me, I do it in
Free Pascal, as I have a lot of my code, written in this language.
Therefore it's not strange, that all books describing XCode + ObjC do
not describe C language. Also, as it was already said here, ObjC is
just an extension of C/C++, so it's description doesn't include the
base language description.
As for C language books, there are good references in this thread.
HTH!
-Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden