DEV Community

Cover image for C++ Compiler for Android
Lalit Kumar
Lalit Kumar

Posted on

C++ Compiler for Android

We all know that we have to compile source code via compiler in our machine to run the code. But there was no such thing for android phones, recently intel announced its C++ compiler for android. Let’s discuss that.

C4droid [ C/C++ GCC Compiler ]

Alt Text

C4droid is a user-friendly C/C++ compiler for android devices. It compiles C++ source code and provides an android compatible module that can run on the device. Intel’s C/C++ compiler is not free on google play store. But you can find the compiler on other sites for free. I will provide a link down below.

Basic features of C4droid compiler

  1. Offline: We can write and compile our application on our device without having the internet connection.
  2. C4droid provides the text editor that can highlight the syntaxes, tabs and also provides the code completion and formatting. Read more

Top comments (0)