Re: Newbie question
Re: Newbie question
- Subject: Re: Newbie question
- From: Matt Gemmell <email@hidden>
- Date: Mon, 30 Jun 2003 02:09:15 +0100
On 29/6/03 at 1:52 am, Rams said:
>
I hope this isn't too far off topic, but I'm teaching myself
>
C/C++/Obj-C and I'm a bit lost. Where would I find documentation for
>
the APIs of these languages? I have a book and I'm learning the
>
basics, but the big question on my mind is where are the API docs?
I'd recommend picking up a copy of K&R (The C Programming Language, by
Kernighan and Ritchie), and working your way through it. It includes a
summary of the C standard library at the back - I assume that's what you
mean when ask for an "API for C".
Having said that, no wonder you're lost if you're trying to learn all
that at once! What you ought to do is learn some basic C, enough to get
comfortable, then start looking into Objective-C/Cocoa if that's what
you want to use. The Cocoa documentation is excellent, and if you've
installed the Developer Tools then you already have a reasonable book on
Objective-C and OOP on your computer, here:
<file:///Developer/Documentation/Cocoa/ObjectiveC/>
One thing at a time, eh?
Cheers,
-Matt
--
Matt Gemmell
Scotland Software
http://www.scotlandsoftware.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.