-1
votes
0answers
52 views

Learn Python or C/C++ or Objective-C first? [closed]

I'm going to university in the fall and I'll be studying computer science. I really love the idea of programming and making software in OSs. I've done some beginners programming in python/c/objective ...
4
votes
2answers
445 views

What patterns book for iOS development contains this specific information? [closed]

I've read several books on iOS development and Objective-C, however what a lot of them teach is how to work with interfaces and all contain the model inside the view controller, i.e. a ...
2
votes
4answers
489 views

Am I supposed to remember code from the book I'm using to learn?

I'm currently using a great book to learn what I need to know about making app's for the iPhone using cocos2d. So far, I am doing great, I read all the code and most of the time, It fits and I ...
0
votes
4answers
316 views

Exercises for starting programmer [duplicate]

I'm learning how to program with a book on Objective-c. I know, that's not great start, but anyway. What I want to find is exercises which gradually increase in difficulty from starting ones like ...
5
votes
3answers
463 views

Building iOS Applications using MonoTouch

I am planning to learn objective-c to be able to build iOS Applications I have seen some guys using Monotouch sdk, I am really confused where to start from. I have a solid experience in Developing ...
1
vote
1answer
341 views

Are there any examples of Objective-C projects with a tutorial in the comments?

I'm looking for Objective-C projects for mac or iphone (preferably iPhone), that will step me through the code via comments. Are there any examples of such? And yes, I googled it. I was just wondering ...
7
votes
5answers
2k views

Best book to learn objective C for experienced programmers [closed]

I am an experienced C#/C++ developer. What is the best book to learn Objective C for programmers like me? PS: I interested in developing for the iPhone.