Cxxdroid - C/C++ compiler IDE Application icon

Cxxdroid - C/C++ compiler IDE 5.42_arm64

47.6 MB / 1000K+ Downloads / Rating 4.5 - 12,864 reviews


See previous versions

Cxxdroid - C/C++ compiler IDE, developed and published by IIEC, has released its latest version, 5.42_arm64, on 2024-11-11. This app falls under the Education category on the Google Play Store and has achieved over 1000000 installs. It currently holds an overall rating of 4.5, based on 12.864 reviews.

Cxxdroid - C/C++ compiler IDE APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: ru.iiec.cxxdroid

Updated: 3 months ago

Developer Name: IIEC

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Cxxdroid - C/C++ compiler IDE on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.5
Total 12,864 reviews

Reviews

4 ★, on 2023-02-20
Incredibly useful app! When I leave a short file open I can compile and run it with one button, so, I can use it to quickly test out or do little things in C, almost like how I use the Python shell for Python. The biggest downside so far is the ads you have to wait a few seconds for every time you return to the code editor from the output screen.

4 ★, on 2020-05-18
I've tried several mobile IDEs, and this is the one I like most! Somehow it just works better. Just 3 comments: - the round "run" button at the bottom needs to be a bit higher, it prevents me from pressing the last autocomplete suggestion (paid version); - it would be nice if I could add a .clang-format file to me project and have the "clang tools-> format" button use it; - the selection of text (for copy/paste) is a bit hard to use. But it's really a great app! Thanks for this!

3 ★, on 2021-03-17
A really useful tool for developers on go, testing and fast prototyping. But still has room for extention. Boost version supported is old and required to be updated. Some concepts, features, idioms, traits, ... such as rate policy, stream traits, tcp stream and more not supported which are part of Beast and assist in fast development. Auto complete does not work and feels like a dumb terminal. Overall good. Thanks

4 ★, on 2021-04-14
This app really good. But there are some bugs in this app. One of the most annoying bugs is if you select multiple lines and then try to delete them, it crashes. Another one is, in some smart phones, if you try to include ncurses, boost or any other libraries, it says, "linker command failed with -l"... It would be really helpful if you take a look at these.

1 ★, on 2019-10-10
Ads after each compile. Avoid!!! Edit: Reply to the devs comment: "Contains Ads" is very clear, however I do believe that there is a huge difference between occasional ads and aggressive ads. If I were to make 5 small changes in a certain code and run the program 5 times the video type ads will show 5 times. Without a cooldown! That is really aggressive and annoying.

4 ★, on 2020-07-20
It works well. A few suggestions to make it better: 1. Copy-paste is clunky. It should act like a "normal" text editor or messaging app where pressing and holding highlights the entire word. The way it is now, you have to tap the cursor to place it, then press and hold to bring the copy-paste menu, then drag the points to highlight the parts you want.....see? Too much effort for something so commonly needed. 2. When saving, "newfile"(.cxx) should open highlighted for easy renaming.

Previous Versions

Cxxdroid - C/C++ compiler IDE 5.42_arm64
2024-11-11 / 47.6 MB / Android 5.0+

Cxxdroid - C/C++ compiler IDE 5.2_arm64
2024-01-20 / 45.3 MB / Android 5.0+

Cxxdroid - C/C++ compiler IDE 5.1_arm64
2023-11-25 / 45.2 MB / Android 5.0+

Cxxdroid - C/C++ compiler IDE 5.0_arm64
2022-12-04 / 44 MB / Android 5.0+

Cxxdroid - C/C++ compiler IDE 3.1_arm64
2020-07-14 / 45.8 MB / Android 4.4+

Cxxdroid - C/C++ compiler IDE 3.0_arm64
2020-06-08 / 45.7 MB / Android 4.4+

Cxxdroid - C/C++ compiler IDE 2.0_arm64
2019-06-23 / 40.9 MB / Android 4.4+

Cxxdroid - C/C++ compiler IDE 2.0
2019-05-16 / 40.9 MB / Android 4.4+

About this app

Cxxdroid is the most easy to use educational C and C++ IDE for Android.

Features:
- Offline C/C++ compiler: no Internet is required to run C/C++ programs.
- Package manager and a custom repository with prebuilt packages for common libraries, such as Boost, SQLite, ncurses, libcurl, etc.
- Graphics libraries such as SDL2, SFML* and Allegro* are also available.
- Examples available out-of-the-box for quicker learning.
- Full-featured Terminal Emulator.
- C/C++ interpreter mode (REPL) based on CERN Cling is also available.
- Outstanding performance with advanced compiler caching technology: upto 33 times faster when Boost library is used, 3x average speedup.
- Clean and mature architecture: now code is analyzed and compiled with the same compiler, and the IDE doesn't crash completely due to runtime errors in your programs :)
- UI designed with speed and usability in mind: forget about unobvious shortcuts or touch button combos required just to run your program.
- True compiler: no Java (or even Javascript) based interpreters involved, even inline assembler language is supported (Clang syntax).

Editor features:
- Real time code prediction, auto indentation and code analysis just like in any real IDE. *
- Extended keyboard bar with all symbols you need to program in C++.
- Syntax highlighting & themes.
- Tabs.
- One click share on Pastebin.

* Features marked by asterisk are available in Premium version only.

Important notice: Cxxdroid requires at least 150MB free internal memory. 200MB+ is recommended. More if you are using heavy libraries such as Boost.

Take a part in development of Cxxdroid by reporting bugs or providing feature requests to us. We appreciate that.
The list of features that are not yet available, but we are working to add them:
- Debugger

As Cxxdroid main goal is to help user learn C++ programming language, our first priority is porting common libraries, note that when asking us to add some library.

Legal information.
Busybox and GNU ld in Cxxdroid APK are licensed under (L)GPL, email us for the source code.
Clang bundled with Cxxdroid has some important changes, but the source of this fork is currently closed. We are not allowing any reuse of this (or other proprietary) part of Cxxdroid in any other products and will consider this a copyright infringement. Binaries compiled with Cxxdroid may be also a subject to these restrictions if they are linked to our proprietary libraries.
Samples available in the application are free for educational usage with one exception: they, or their derivative works, cannot be used in any competing products (in any way). If you are unsure, whether your app is affected by this restriction, always ask for a permission via email.
Android is a trademark of Google Inc.

New features

Implemented Storage Access Framework support for all Android versions

App Permissions

Allows applications to open network sockets.
Allows an application to read from external storage.
Allows an application to write to external storage.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to access information about networks.