Objective-C Programmer’s Reference

Have you ever wished to find a concise and complete reference to Objective-C? Objective-C Programmer’s reference teaches everything you need to know about the language to become a productive developer of iPhone, iPad, and Mac OS X apps. The book can now be preordered from its Amazon web page. Here is a list of topics covered…

Type Systems in Objective-C and C++

Objective-C offers a few advantages compared to programs written in pure C or C++. For example, with Objective-C you are have access to a comprehensive library that can handle most program-ming tasks on desktop or mobile applications. On the other hand, if you’re used to C++ style of programming it does take some time to…

Dynamic Features in Objective-C

Programmers that use the C and C++ languages have become used to the facility with which they can access low-level features such as memory management. The raw speed of the language is another point that makes it very hard to use other languages. On the other hand, most programming environments are nowadays organized according to…