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 ]
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
- Offline: We can write and compile our application on our device without having the internet connection.
- C4droid provides the text editor that can highlight the syntaxes, tabs and also provides the code completion and formatting. Read more
Top comments (0)