+ 1
Can c code run on Android?
6 Antworten
+ 2
you will need a compiler.
which you can download from playstore
+ 2
'c++ compiler' this app is offline, search for it.
besides there are many offline compilers for c++
+ 1
u cannot get the compiler there..
there's no offline ide on playstore.. u need to download the apps like Dcoder and u need to compile and run it online..
0
Dcoder app has support for C language. So what libraries it provides, they can be used. It is available on play store for Android. No idea about whether it is also available on iPhone app store.
0
If you're asking if there are apps that run on Android that you can write c/c++/Java code with and compile and run that code, the answer is yes. There are several, both that use online and offline compilers(no internet connection required) such as CppDroid, AIDE, C4Droid and more. Just search the playstore for what you are looking for I.E. "c++ compiler" and you'll see plenty of results.
If you're asking if you can build an Android app using C/C++ again the answer is yes. You can use the NDK (Native Development Kit) https://developer.android.com/ndk/index.html with Android Studio.