In article <C3DA2405.3FDA3%oscar@hutchinsconsultant.com>,
"Oscar A. Moreno" <oscar.RemoveThis@hutchinsconsultant.com> wrote:
> Dear List,
>
> I am a newbie to programming for the Mac. Can anyone suggest a GOOD book to
> get started programming applications for the Mac?
If you're a newbie to programming, period, you should make sure you have
a copy of The C Programming Language. ISBN 0131103628
If/once you're comfortable with C, you should get Cocoa Programming for
Mac OS X by Aaron Hillegass. The ISBN for the 3rd edition is 0321503619
but it's not due to be published for a few months. The 2nd ed is
0321213149 but while it's an excellent book I can't recommend at at this
time *only* because the 3rd ed is impending.
You'll want to sign up for a free developer account at
developer.apple.com; that'll help you make sure you have access to the
latest version of the dev tools and docs.
You should also look at the programming related mailing lists at
lists.apple.com, and you should frequent the comp.sys.mac.programmer.*
groups.
Play is, IMO, essential. Experiment. Make mistakes. Understand why
they're mistakes. You will get tripped up, but you can ask questions in
the lists and groups above. Please try to keep the questions to the
lists on-topic. For example, there's a list for issues dealing with the
development environment (Xcode) specifically, which is separate from
real coding topics.
>> Stay informed about: Book recommendation