You can build native C++ apps for iOS, Android, and Windows devices by using the cross-platform tools available in Visual Studio . Mobile development with C++ is a workload available in the Visual Studio installer.
Read moreCan Android run C++?
Android is based on Linux Kernel so it’s definitely possible to compile & run C/C++ programs on Android . C is quite cross-platform , so a C Program written in Windows can Run on Linux ( and android ) and vice versa.18 Ağu 2018
Read moreIs there a compiler for Android?
CppDroid – C/C++ IDE CppDroid is another simple C/C++ IDE and compiler for android devices. It is focused on learning programming languages and libraries.
Read moreWhat C++ compiler does Android studio use?
libc++ LLVM’s libc++ is the C++ standard library that has been used by the Android OS since Lollipop, and as of NDK r18 is the only STL available in the NDK.
Read more