Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Christo1

macrumors newbie
Original poster
Jul 31, 2006
19
0
I'm currently learning Objective-C from Knaster's "Learn Objective-C on the Mac." I find that the majority of my learning comes from working out problems which this book does not contain. Does anyone know of sites with exercises and answers which I could go through as I feel I would have a hard time applying what I read without taking the time to really try and work out a program on my own.
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
This might be of interest: http://www.cocoadev.com/index.pl?NewbieProjectIdeas

Edit: it's not exercises with solutions, but it's a list of ideas to try creating. Often with programming once you learn the basics, it's best to just dive in and try writing a program. Along the way you'll need to figure out new things, and so it'll train you for more real-world thinking and problem solving.
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
Objective-C is a superset of C, meaning it can do everything C can and more. Think of it as a layer on top of the C language. C++ is a different language (but also based on C).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.