I want to know if we can develop an iphone app for ios 6 using pure c language in Xcode.
Or is there any cross compiler from c to objective c.
Please suggest me.
I want to know if we can develop an iphone app for ios 6 using pure c language in Xcode.
Or is there any cross compiler from c to objective c.
Please suggest me.
GCC can compile Objective-C code. Look it here
Objective-C is extension of C.
If you need to compile from C to Objective-C look at standard llvm compiler and use msg_send
instead of blocks
Re-inventing the Wheel!!!
Yeah, you can develop iphone app in pure C, but what about all large sets of APIs given to you that will save hunderds hours of coding, testing, performance testing?
There are few apps that can be used as titanium.