Top 21 Apps Similar to Learn C PRO - ApkZube

C Programming - Learn Code, Theory & Discuss 3.3.5
SPDroid
C Programming Course is all in one Application to learnCProgramming Language (C Language). Included Theory with manyCPrograms with output. C Program. 📖💻 Features: ★ Fully Offlineforstudies. ★ Absolutely free. ★ Contains all basic concepts of'C'programming language (C Language). ★ Included all basic theoryofC. ★ Nearly 100+ C Programs with console outputs. ★ EasytoUnderstand each and every C Program. ★ Easy language ★InDiscussion Panel, user can ask any problem related withprogrammingand also help other user for solutions. ★ User friendlyGraphics UI(User Interface). ★ Easy to use. Easy to learn CLanguage.***************************** Developed By : ShreyasSharad PatilSPDroid -------------------------------------- ForAdsFree VersionOf This App:https://play.google.com/store/apps/details?id=com.spdroid.c.paid---------------------------------------If Found any problemsregarding app, Please Contact me byE-Mail.--------------------------------------- Learn to code! Useandlearn C Programming with thisapp.....!--------------------------------------- Contents Included★Introduction ★ Tokens ★ Constants and Variables ★ Keywords ★DataTypes ★ Variables ★ Data Input/Output ★ Operators ★DecisionControl Structure ★ Loop Control Structure ★ Array ★TwoDimensional Array (2D) ★ Function ★ Types of Functions ★RecursiveFunctions ★ String ★ Storage Classes ★ Preprocessors ★Pointers ★Array of Pointers ★ Pointer to Pointer ★ Structure ★Union ★Command Line Arguments
C++ Programming App 7.0
Complete C++ in a Single App Like Tutorials,Many ProgramsandInterview Q/A
Master In C++ (Learn C++) 5.6.0
Thiyagaraaj M
★ Master In C++ ⋙ is a pretty app for all C++ and OOPS Concepts★
Learn Java: java tutorial
A Complete java tutorial with code previews,explanations and alotof extras.
Learn Python Programming [PRO] 2.6.1
CodePoint
Learn Python Programming + Learn Machine Learning + AI +DeepLearning
Learn C++ Programming Tutorial 36.0
Learn C++ programming app to learn C++ programming, C++Tutorial,Sololearn C++
Learn C++ 7.0
AdriAda
Learn the basics of C++ in English and without invasiveadvertising!
Learn React 4.2.21
Learn React development with programming lessons,tutorials,programs & more
Learn C++ Programming [ PRO ] 1.0
CodeToInvent
Learn C++ Programming with Code Compiler, Lessons, Programs,Quiz,Interview Q&A
Learn Python - Beginning to Advanced 1.0.5
aga coder
At the Time, Python Free programming tutorials one of thebestsource to Learn
Learn C++ Pro 3.0
AdriAda
Learn the basics of C++ with new features!
Learn CSS - Pro 1.2.6
Codeliber
Learn CSS Offline with Try It Yourself, Code Playground/EditorandQuizzes!
Learn python : python tutorial 1.0
Complete python 2 tutorial with code previews,explanations and alotof extras.
Learn GoLang Quick Guide 1.0.9
Learn GoLang Quick Offline Guide
Mobile C { C/C++ Compiler } 2.5.2
Learn programming ( coding ) on your mobile devices.
Learn JavaScript PRO : Offline 1.0
Code Jupiter
JavaScript app is for beginner and professional developer tolearnJavaScript.
Learn Java Programs 5.6.0
Thiyagaraaj M
Simple, Clean and Well Formatted Java Programs. More than200Programs.
C4droid - C/C++ compiler & IDE
n0n3m4
C4droid is a user-friendly (but powerful)C/C++IDE + C/C++ compiler for Android.Basic features:- Offline C compiler: create your own applications on Androiddeviceand run them even without Internet access- Source code editor with syntax highlighting, tabs,codecompletion, code formatting, file association andundo/redo- Export&share your programs as APKs or native executables(forterminal apps)- No root required (but C4droid can use it for your programs ifyouwant)- Full ANSI C and ISO C99 support with TCC (Tiny C Compiler)+uClibc- Git integration- Customizable GUI, choose where to place tabs and buttonsbyyourself, themes are also supported.More features with a free GCC plugin:- Fully-functional C++ compiler, almost complete C++11 supportwithGCC compiler- NativeActivity, Qt, SDL and SDL2 support for GUI- Debugger with breakpoints and watches- Makefile support: use the same build scripts as on yourPC(BusyBox is included)- Semi-automatic open-source library porting feature forenhancedprogramming & educationC4droid is designed to be user-friendy out-of-the-box, butnothingis perfect, so here are some answers for questions thatcanappear:How to install C++ support?C4droid will ask you to install C++ support at first startupandwill configure itself in semi-automatic mode.If you want to do that manually, you need:0) Enough internal memory OR root rights. C4droid does notrequireroot rights for devices with more than 50MB of freeinternalmemory.1) Install GCC plugin (C4droid will ask you to install it).2) Select G++ compiler in C4droid preferences.3*) Add "using namespace std;" to your program(before int main),useiostream, not iostream.hNote that if you want to use C4droid as a C compiler, it isbetterto select GCC, not G++.How to use SDL, SDL2, NativeActivity and Qt insingle-filemode?Just install SDL plugin and select G++ compiler inC4droidpreferences.Note that C4droid chooses app mode using a very simple sourcecodeanalysis:SDL is detected with #include "SDL.h", SDL2 is detectedwith#include "SDL2/SDL.h", NativeActivity is detected with#include"android_native_app_glue.h", Qt is detected with#include"QApplication"If you are compiling a single-file Qt app, you must add#include"yoursourcefilenamewithcpp.moc" to the end of source codefilealso.How to use Makefiles, multifile projects, etc?Long-click compile button (or select "compilation settings"ifbuttons are hidden/moved) and configure current directory tousethe mode you want.Note that C4droid will create .c4droid configuration file whenyouwill press Ok. Some modes (like makefile) require to enterresultexecutable file name, don't forget to do that.After doing that all use compile and run buttons to build andrunyour app as regular.How to build and install libraries?Almost the same way as regular Makefile building except forthatmost probably some patching may be required.Currently tested libraries are gmp(internalmemoryonly),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmxrequired).Which gestures/keyboard shortcuts does C4droid support?Long-click gestures:New button: delete current file.Save button: save as.Open button: recent files.Run button: run with arguments.Compile button: configure current directory.Tab: close tab.Keyboard shortcuts:Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and CutCtrl-S, Ctrl-O for Save/OpenCtrl-Z, Ctrl-Y for Undo/Redo.Ctrl-L for "go to Line"Ctrl-F for FindCtrl-A for select AllCtrl-B for Build/compileCtrl-R for RunCtrl-Space/Ctrl-D for autocompletion (Ctrl-Space may be reservedbyAndroid)Report bugs at [email protected] stands for "c for android" (or "c++ for android").C4droid is not an online compiler, so it uses real binaries.Some binaries in APK are licensed under (L)GPL, email me forthesource code (Tiny C compiler, GCC, BusyBox, etc.)Android is a trademark of Google Inc.Qt is a registered trademark of Digia.
CodePal: Learn programming 2.6
JAVASCRIPT Learn programming and computers, as they areessential21st century skills. By choosing to learn programmingtechnologieslike Javascript, you will be prepared for jobs of thefuture asJavascript is used in web development, app development,games andbackend development and is the language of the future.WithCodePal, you can learn cutting-edge programming languagesandtechnologies like Javascript, mobile app development,webdevelopment with bite-sized lessons, quizzes, and gamescompletelyoffline and learn to code. You can also write realJavascript codeand we have several challenges to help you test yourability andlearn programming quickly. Develop mobile apps, learnwebdevelopment, and learn Javascript, all for free with CodePal.Makeapps and websites with CodePal. We focus on helping kidsmasterJavascript programming as the programming language ofchoice,because it is the most widely used coding language today,and canbe used to create web applications as well as mobileapplications.CodePal helps beginners of all ages learn Javascriptand computerbasics through games and fun challenges that helpimprove problemsolving, logical thinking, analytical, and codingskills. Thus,beginners can learn programming anytime, anywhere. Bychoosing tolearn Javascript programming, beginners will invest in along timejourney of programming, where they will be able todevelopcutting-edge mobile and web apps and technologies, veryquickly. Byfollowing our self-guided challenges, quizzes, andgames, beginnerscan learn programming very quickly. Moreover, ifyou have beencoding for a while, you can use CodePal to brush uponcutting-technologies and learn programming a different languagesoyou can be in a better position for jobs. LEARN TO CODEForabsolute beginners, we also teach basics of coding throughblocks,which is coding for kids. Besides, beginners can also learnto codeJavascript as we start right from the basics. Kids of allages canlearn Javascript. We keep adding new courses regularly.CODING FORKIDS Kids can learn the basics of Javascript programmingandlogical thinking through blocks, which serves as a greatcodinglanguage for kids and beginners. Blocks are the best way tolearncomputer basics for kids and when combined with coding games,a lotof fun. Also, coding for kids can be best achieved throughgames.Currently, we offer the following courses: JAVASCRIPTFUNDAMENTALSI An introduction to the Javascript programminglanguage throughfun challenges and games. Learn through severallessons, codingchallenges, games, and quizzes the following keyconcepts: 1.Functions 2. Variables 3. Operators 4. Conditionals 5.Arrays 6.Loops By learning important Javascript fundamentals,master thelanguage that is powering websites, mobile apps andservers.JAVASCRIPT FUNDAMENTALS II Continue your learning andunderstandingof Javascript with the following concepts: 1. Objects2.Higher-Order Functions 3. ECMAScript 6 BASICS OF CODING(BLOCKS)Learn to code with our flagship beginner coding game called"HungryJumbo", where you will help Jumbo collect fruits and earnpoints.Through Hungry Jumbo, kids can learn the followingcrucialconcepts: 1. Functions 2. Variables 3. Loops 4. Nested Loops5.Debugging 6. Logic and have fun at the same time. This gamegoesinto the depths of logical thinking via coding to ensurethatbeginners learn very important concepts which will helpthemgreatly in their computer science learning journey. REACTNATIVEComing soon! With React Native, you will learn thefundamentalsrequired to build an app on both android and ios.CodePal is agreat way for beginners and intermediate programmers ofall ages tolearn Javascript programming and programming languagebasicsoffline, on-the-go. Learn to code with CodePal! If you haveanyquestions, please reach out to us. We would love hearing fromyou.
Learn Python Tutorial -ApkZube 3.8
ApkZube
Welcome to the ApkZube's free interactive Python Offline Tutorial.
Learn Python Offline- Tutorial 7.0
Codeeyapa
Python Tutorial offers you vast offline tutorials to get youstartedin Python