Cxxdroid - C/C++ compiler IDE

Contains adsIn-app purchases
4.4
13.7K reviews
1M+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

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.
Updated on
Jan 15, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Location, Financial info and 3 others
This app may collect these data types
Location, Personal info and 4 others
Data is encrypted in transit
Data can’t be deleted

Ratings and reviews

4.5
13.1K reviews
H. H.
February 20, 2023
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.
80 people found this review helpful
Did you find this helpful?
G B
May 18, 2020
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!
125 people found this review helpful
Did you find this helpful?
omid shahraki
March 17, 2021
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
36 people found this review helpful
Did you find this helpful?

What's new

Implemented Storage Access Framework support for all Android versions