I need to know if there is an iPhone C compiler that can be installed on the iPhone. Then I would like to know what parameter I would put in the system("compile Foo")
function. Thanks for the help in advanced.
Unfortunately for your purposes, an app store app is not permitted to launch another process, which would mean that you couldn't use another compiler even if you could install one on the phone.