C compiler для android
Краткое описание:
Компилятор C/C++
Описание:
Компилятор C (и C++) для Android.
Вы можете писать свои программы прямо на смартфоне и запускать их. Эта программа использует TCC и uClibc, поэтому поддерживает ANSI C целиком и ISO C99 частично. C4droid может использоваться в образовательных целях.
Некоторые компоненты C4droid под LGPL, внесенные изменения очевидны и немного костыльны, но Вы можете спросить меня о них в ЛС.
А еще можно использовать GCC с Bionic libc, для этого нужно поставить плагин GCC for Android.
Автор программы — я. Помните, что несмотря на наличие здесь крякнутых версий, программа является платной.
Русский интерфейс: Нет
версия: 5.96 C4droid (Пост earthruby #53244601)
версия: 5.01 C4droid (Пост Alex0047 #47281607)
Версия: 5.00 C4droid (Пост Alex0047 #44560726)
Версия 4.99: C4droid (Пост Alex0047 #39142506)
Версия 4.97: C4droid (Пост #34008820)
Версия 4.11: C4droid (Пост #30849499)
Версия 4.09: C4droid (Пост #26813900)
Версия 4.08: C4droid (Пост #24953371)
Версия 4.05: C4droid (Пост #23828096)
Версия 4.01: C4droid (Пост #21175558)
Версия 3.95: C4droid (Пост #19010398)
Версия 3.71: C4droid (Пост #16992015)
Версия 3.57: C4droid.apk ( 1.49 МБ )
GCC плагин: GCC for C4droid.apk ( 19.64 МБ )
Версия 3.35: //4pda.to/forum/dl/post/1919763/C4droid%20(CC++%20compiler)%20v3.35.apk
Версия 3.33: C4droid.apk ( 1.38 МБ )
Версия 3.03:C4droid
2.03: C4droid_free.apk ( 1.24 МБ )
2.00: C4droid_free.apk ( 1.24 МБ )
1.05: C4droid_free.apk ( 1.24 МБ )
Сообщение отредактировал iMiKED — 16.10.20, 13:28
При запуске программа спросит название этого сайта в кириллице.
Нашелся баг: pthread валится с Segfault.
Ни одна из версий pthread из uclibc не заработала, поэтому в следующей версии pthread будет убран.
Респект создателю такой проги. Я уже хотел попробовать перебрать gcc под Bionic 😉 , но наткнулся на эту тему.
Пожелание автору — выложить в данной теме номер своего кошелька в Яндекс.Деньги. Я готов заплатить 3 стоимости, но не готов платить через Android Market, а такие разработки надо поощрять.
Еще бы Vim под Android и было бы совсем хорошо.
Источник
C compiler для android
Краткое описание:
Среда разработки и GCC компилятор C/C++ для Андроид
Описание:
## 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:
* memory leaks
* mismatching allocation and deallocation
* uninitialized variables usage
* 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.…p-programming/examples
— File manager
— Multi Tab: you can open different files in different tabs to manage editing multiple files simultaneously with ease.
— Easy toolbar: you can quickly create a new file, open, save, save as, undo/redo, insert some commonly used symbols, go back to last edit location, etc.
— List of recently opened files
— Regular search, replace or replace all
— Change the typeface and font size
— Show line numbers
— Show whitespace characters (tabs, line breaks)
— Regular search, replace or replace all
— «Word wrap» switch
— Lock the screen orientation in auto, horizontal or vertical
— Remember the last opened file
— Hide the soft keyboard, long press the edit area can be turn on
— Convert selected text to uppercase or lowercase by long pressing the «edit area»
— Automatic indentation
— Keep the screen awaken
— 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
Если программа не собирается, смотрите в настройки стандарта языка. (Последний скрин. По умолчанию там пусто, вы должны настроить сами !)
Требуется Android: 4.0+
Русский интерфейс: Нет
Скачать:
версия: 1.2.4-armeabi-v7aCPP N-IDE 1.2.4-armeabi-v7a.apk ( 39.65 МБ )
версия: 1.2.4-armeabi-v7a Premium
Откуда она взялась и чем отличается, никто не знает
CPP N-IDE (C/C++ Compiler on Android) (Пост Alex0047 #76945618)
Сообщение отредактировал gar_alex — 12.09.18, 13:59
Источник
C compiler для android
Краткое описание:
Среда разработки и GCC компилятор C/C++ для Андроид
Описание:
## 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:
* memory leaks
* mismatching allocation and deallocation
* uninitialized variables usage
* 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.…p-programming/examples
— File manager
— Multi Tab: you can open different files in different tabs to manage editing multiple files simultaneously with ease.
— Easy toolbar: you can quickly create a new file, open, save, save as, undo/redo, insert some commonly used symbols, go back to last edit location, etc.
— List of recently opened files
— Regular search, replace or replace all
— Change the typeface and font size
— Show line numbers
— Show whitespace characters (tabs, line breaks)
— Regular search, replace or replace all
— «Word wrap» switch
— Lock the screen orientation in auto, horizontal or vertical
— Remember the last opened file
— Hide the soft keyboard, long press the edit area can be turn on
— Convert selected text to uppercase or lowercase by long pressing the «edit area»
— Automatic indentation
— Keep the screen awaken
— 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
Если программа не собирается, смотрите в настройки стандарта языка. (Последний скрин. По умолчанию там пусто, вы должны настроить сами !)
Требуется Android: 4.0+
Русский интерфейс: Нет
Скачать:
версия: 1.2.4-armeabi-v7aCPP N-IDE 1.2.4-armeabi-v7a.apk ( 39.65 МБ )
версия: 1.2.4-armeabi-v7a Premium
Откуда она взялась и чем отличается, никто не знает
CPP N-IDE (C/C++ Compiler on Android) (Пост Alex0047 #76945618)
Сообщение отредактировал gar_alex — 12.09.18, 13:59
Источник
C compiler для android
Краткое описание:
Сборка .exe, .dll и .apk файлов, использование NuGet библиотек, полная поддержка С# 8.0 и многое другое!
Premium feature with a 7 day trial period starting at first launch
Features
— Full C# 8.0 Support
— Syntax highlighting
— NuGet package managment
— Support for multi file projects
— Show code errors during compilation
— Show errors in realtime ***
— Export APK ***
— Export assembly (exe/dll)
— Create launcher shortcut to assembly
— Multiple customizable editor themes ***
— Editor customization (font size, invisible characters)
— Basic debugging
— Support for Console code
— Support for Xamarin.Forms GUI
Runtime Note
This is not Visual Studio or Windows.
This app runs on Android and is subject to some of the OS limitations.
Hence Windows only technologies can’t work on Android at all.
This incudes WPF, UWP, Windows Forms, Windows API and all libararies dependant on it.
Also note that the Mono version for Android doesn’t have System.Drawing as it was deemed redundant due to Android.Graphics.
Your device needs free storage that is at a minimum 2 times app size to download and install succesfully — at least 250 MB.
In addition this application compiles everything locally and may not run well on devices with less than 1 GB of RAM and for example a 1.0 GHZ CPU with 4 cores.
Read the frequently asked questions before emailing or opening a GitHub issue about a possible problem. It will most likely already be answered in the FAQ.
https://github.com/rad…App/blob/master/FAQ.MD
Требуется Android: 5.0+
Русский интерфейс: Да
Источник
Mobile C ( C/C++ Compiler ) 2.5.2
(Мобильный C (компилятор C / C ++))
Скачать
Тут вы можете скачать АПK-файл «Mobile C» для Андроид бесплатно, апк файл версии — 2.5.2 для загрузки на ваш андроид просто нажмите эту кнопку. Это просто и безопасно. Мы предоставляем только оригинальные апк файлы. Если какой-либо из материалов на этом сайте нарушает ваши права, сообщите нам
Изучите программирование (кодирование) на мобильных устройствах.
* Для запуска кода не требуется подключение к Интернету.
=== Поддерживаемые языки программирования ===
• C
• C ++ 11
• Python 3
• Javascript (Duktape)
• Lua
• Сборка LLVM
• OpenGL ES 2 GLSL
============ Поддерживаемые API ===========
• Стандартная библиотека C, POSIX
• OpenGL ES 2.0, BSD Socket, pthread
• Clang, LLVM, libc ++, Duktape, Lua, libjson
• SQLite3, SQLiteCpp, cURL, libGit2, Python3
• zLib, libPNG, libJPEG, FreeType, MiniZip
• APR, APRUtil, iconv, Expat, PCRE2, Apache Serf
• Lua, OpenSSL, Apache Subversion
• android / sensor.h
=============== Особенности ==============
• C / C ++ автоматически завершена.
• Синтаксическая диагностика C / C ++.
• C / C ++ перейти к объявлению / макрокоманду / заголовку.
• Встроенный терминал / оболочка.
Поддержка клиентов: http://www.dztall.com/mobilec
• Новые возможности
— Добавлен текст текстового редактора.
— Восстановлена одна маска страницы в приложении.
— Добавлен текстовый отступ текстового редактора.
— Файл файла темы «FileList.Background.Color» добавлен для настройки цвета фона списка файлов.
— Добавлена ошибка в репозитории github (https://github.com/dztall/ccr_bugs).
• Исправлены ошибки
— symlink, системная функция связи не удалась из-за разрешения, отклоненного на некоторых платформах.
• Новые возможности
— добавлена команда паузы.
— Добавлена экспериментальная команда find.
— Специальная ключевая страница приложения-приложения переключается на страницу алфавита после нажатия.
Источник