C4droid is a simple C/C++ IDE + C/C++ compiler for Android with Makefile support. C4droid already has almost full C language support, so you don’t need to wait when it will be added.
C4droid 是一个android上的,提供Makefile支持的,
简单的C/C++的IDE和C/C++的编译器。 C4droid 已经几乎完全支持C语言,
所以当它被编译时你已不需要等待。
注意:C++的支持
To get C++ support you need: 0) Enough internal memory OR root rights. 1) Install GCC plugin (C4droid will ask you to install it). 2) Select G++ compiler in C4droid preferences. 3) Use iostream, not iostream.h 4) Add “using namespace std;” to your program (before int main)
—————-more————