Before my first App I had never programmed anything. After my last job ended I decided to give it a try. As I had no programming experience, I had to learn everything from the start. As I had decided to start with IPhone programming I had to learn C first.
In the beginning I thought I would program my own framework, I soon decided against that, but I will come to that in a later post.
To learn C I bought a book called “Learn C on the Mac” by Dave Mark.
And today I would like to recommend it to any developer, who wants to start with C on a Mac. It is really brilliant, as the author is explaining the absolute basics of C programming in terms, that even a total newbie like me understands :-)
The book gives you the basic understanding of C programming language which you need to advance to Objective C.
Objective C is a superset of C , you need this language to program for the IPhone. In my next post I will talk about the books I used to learn Objective C and I-OS programming.