Sunday, December 21, 2008

Bridging The Gap

Today I am writing little test apps that test bridging Objective-C 2.0 with C++. I want to test out the ability to call C++ classes from Objective-C, handling memory management, accessing Objective-C objects inside a C++ class (specifically "id"), making certain system calls via Objective-C, and dynamic binding.

As I mentioned in previous post, by me taking this approach I will be able to progress much faster, and also keep my code portable.

Time to go lay the bricks-and-mortar.

No comments: