More iPhone Source Code Appearing
I've been asked whether you can write iPhone code in standard C or C++. The answer is yes and no. Yes you can compile either language and call that code from Objective-C but to call the iPhones built-in functions requires Objective-C code. So you could port an existing application by adding a wrapper layer. Not easy but definitely easier than a complete rewrite.
- Link to Code Library for iPhone


No comments yet. Leave a Comment