Objective C Sample Program in XCode on Mac
When learning a new language, I like to write little things that experiment with the features of the language. What I'm finding is that Objective-C is an extremely elegant language and if you know C, and have the right book, its really easy to be productive. This is really what C should be and I consider it to be the best of both worlds between object orientation and low level language. If I had known about Objective-C, I would never had started learning C++, thats for sure.
Objective C Sample Program in XCode on Mac
When learning a new language, I like to write little things that experiment with the features of the language. What I'm finding is that Objective-C is an extremely elegant language and if you know C, and have the right book, its really easy to be productive. This is really what C should be and I consider it to be the best of both worlds between object orientation and low level language. If I had known about Objective-C, I would never had started learning C++, thats for sure.