
CPP N-IDE 1.2.4.armeabi.v7a APK
App Info
- App NamenCPP N-IDE
- KategorieLernen
- Version1.2.4.armeabi.v7a
- Anforderung4.4 oder eine höhere Version
- File Size39.62 MB
- Aktualisierungszeit2021-01-04
- App Codecom.duy.c.cpp.compiler
Beschreibung
## Features
- Offline C compiler
- Offline C++ compiler
- Native activity, SDL2 support for GUI
- Build executables file, export your program
- Make 4.0, makefile support, you can build as on your PC
- Static code analysis, it helps you to fix "difficult" bugs:
1. memory leaks
1. mismatching allocation and deallocation
1. uninitialized variables usage
1. array index out of bounds errors
- C/C++ code formatter
- Terminal emulator: full-featured terminal
- Git, svn support (Install by use Intall plugin features)
- Diagnostic utility: auto jump to error position
- Compiler output: See stdout, stderr
- Syntax highlighting: C/C++ language and very more language (only highlight without compile)
- C/C++ examples from https://www.programiz.com/cpp-programming/examples
- File manager
- Multi Tab, new file, open, save, save as, undo/redo, insert some commonly used symbols, etc. Change the typeface and font size. Show line numbers. Regular search, replace or replace all,"Word wrap" switch, Dark/Light Themes
## How to use SDL, NativeActivity?
You need install SDL Plugin for CPP N-IDE and open it once time to install libraries.
The application will be auto detect linker flags (LDFLAGS) for your source file
## How to use makefile?
1. Write your makefile
2. Open terminal and type "make"
## How to install libraries
1. Open drawer then click "Install libraries/Plugin"
2. Find your prebuilt libraries your need
Currently, I supported commom libraries such as curl, CLooG, dropbear, expat, fontconfig, freetype, glib, gmp, isl, conv, pcre, png, uuid, mpc, mpfr, ncurses, openssl, ppl
Report bug on Github https://github.com/tranleduy2000/c_cpp_compiler
Read external storage | Allows to read from external storage such as SD card. |
---|---|
Write external storage | Allows to write to external storage such as SD card. |
com.android.vending.BILLING | App customer permission. |
Internet | Allows to access internet network. |
Access network state | Allows to access information about networks. |
Wake lock | Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. |
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE | App customer permission. |
com.google.android.c2dm.permission.RECEIVE | App customer permission. |
com.duy.c.cpp.compiler.permission.C2D_MESSAGE | App customer permission. |