Run C on any ios device ???
Hi all,
My question is can you run a program written in C on a Iphone or something else?
If yes, please tell me briefly where to find or what to do!
Many thanks,
RL600
Hi all,
My question is can you run a program written in C on a Iphone or something else?
If yes, please tell me briefly where to find or what to do!
Many thanks,
RL600
You can call your C functions directly from an Objective-C wrapper application. The scope of work involved in writing the Objective-C application part depends entirely upon what your application does.
You'd need to convert to Obj-C, then build an app around that, then use it on iOS.
Do you have all those skills?
Can xcode convert it to Obj-c or do I have to convert it manually?
If manually no I don't have skills for doing this.
The reason from this question is that many books about objective-c doesn't start with the absolute begin (In my case I haven't found one). They start with: "Some knowledge of programming in C is required" or something like that. So the logic reaction om my side was to start with C. This morning was my start! First I did some for the Mac this was done with command line tool. My thought was that when you can run it in C on the mac it would be the same on the IOS.
RL600
You are on the right path, but the path is long and winding
Many thanks to all,
I think I will start with 'Learn C on the Mac' and then go further in to the IOS.
RL600
Run C on any ios device ???