Running C Code in iPad
Hi!
Is there a way I can run a C code in an iPad?
iPad Air, iPadOS 16
Hi!
Is there a way I can run a C code in an iPad?
iPad Air, iPadOS 16
maplew1nter wrote:
Is there a way I can run a C code in an iPad?
Yes, but you’ll need a Mac with Xcode to build the C app for the iPad.
Yes, if you have another computer Emscripten, and are willing to run the C code in Safari. (See below.)
Yes, if you want to use a solution such as Godbolt and run the C code remotely.
No, if you seek a local C compiler and a traditional local compile, link, run, debug cycle with the C code. (This is what the previous reply references.)
PS: here is Linux booted in Safari running on an iPad Pro: https://bellard.org/jslinux/ (fast network link preferable.)
maplew1nter wrote:
Is there a way I can run a C code in an iPad?
Yes, but you’ll need a Mac with Xcode to build the C app for the iPad.
Yes, if you have another computer Emscripten, and are willing to run the C code in Safari. (See below.)
Yes, if you want to use a solution such as Godbolt and run the C code remotely.
No, if you seek a local C compiler and a traditional local compile, link, run, debug cycle with the C code. (This is what the previous reply references.)
PS: here is Linux booted in Safari running on an iPad Pro: https://bellard.org/jslinux/ (fast network link preferable.)
No
Running C Code in iPad