Skip to main content

Run C and C++ Program in Android using Termux

Install DEV C++ In Android Phone

Hii Friends...

This article is for those who don't have Laptop or PC and wanted to do programming in his or her android phone.
In this article we will discusss about Installation Process of Dev C++ in Android Phone.
Most of us know about Dev C++. If you don't know then Don't worry I am going tell about the same.
DEV C++ is well known IDE for programming of c and c++ programming languages. It's one of the best IDE and having all modern features.
It is a free fully featured Integrated Development Environment distributed among user under the GNU General Public License for programming in C and C++. Dev-C++ is a free IDE for Windows that helps reduce the manual work required when programming. It comes with a wide range of features such as an integrated debugger, class browser, automatic code completion, function listing, profiling support, customisable code editor, project manager, and pre-made templates for various projects, tools manager and many more.

For Visual Understanding of Installation Process of DEV C++ in android, Go Through This Video.👇👇👇


So, Lets Begin...
Step 1) First you have to install Exagear Windows Emulator in your android phone. I have already written a blog on it. You can go via this link.👉👉https://technicalglamour.blogspot.com/2021/02/install-exagear-windows-emulator-in.html
For visual understanding of Installation of Exagear you can also watch this video tutorial.

 

Step 2) Now DOWNLOAD the File Dev C++ from below links.
You can try any one of the following.
1)https://up-load.io/loyylfj43voq
OR
2)http://Trainbit.com/files/9538809484/Dev-Cpp_5.11_TDM-GCC_4.9.2_Setup.exe

Step 3) After installation of Exagear. Open it and press three horizontal line on left side. You will find some option their.
After little swipe up, click on option "Install New" and then after swipe up, click on option "Other app (not from the list)".





Step 4) Now select the Downloaded file (See Step 2 to Download File) and Press Enter.
Now It will take some time to Install the DEV C++.
Now Enjoy Programming.
I Hope You Like This Post. Comment Your View. If You need Programming Tutorial then comment below.

For All Visual Understanding Visit my Youtube Channel. Technical Glamour

Comments

Post a Comment

Popular posts from this blog

Install ExaGear Windows Emulator In Android Phone

 Hii Friends You must have used Typing Master software In your or your relative's Laptop or PC but have you listen about uses of windows softwares in Android Phone? Your answer may be yes or No but keep in mind that nothing is Impossible in the World of Technology. So Lets Begin There are lots of Windows Emulators are available but today we only discuss about one of the best Windows Emulator Application known as ExaGear. Actually Installation process of ExaGear Application is little complicated. So we understand it step by step... INSTALLATION PROCESS OF EXAGEAR Step 1: Download ExaGear Windows Emulator  zip file by following link    🔥🔥🔥 Download ExaGear Application with its Data link-- https://www.mediafire.com/file/7ik5ciqq91tn0qd/Exagear_android.7z/file Step 2:  Download Zarchiever app from play store  🔥🔥 Download ZArchiver App link-- https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver Step 3: Open Zarchiever app and Select the downl...

Run C and C++ Program in Android using Termux

Hello Friends, This is Suraj Giri from Technical Glamour  . In this Blog I have discussed about  How to run C and C++ program in Android using Termux Terminal Emulator. I have installed Nano editor in Termux for writing source code and Clang Compiler for compile and run the program. For visual understanding of How To Run C And C++ Program In Android Using Termux , Must watch this video. In this video each step is shown cleary with all common doubt solving We know that to write programs we need an Editor. You must have listen about some well known editors to write codes. e.g VS Code, Nano, VI , Notepad++ etc. Generally Nano and VI  editors are used in Unix based OS. So, In termux we can install anyone from both and by the way many more editors are also available for Unix OS to be used in termux. In this blog we will learn about Installation Process of Nano in Termux. We must required a compiler to find bugs or error and to execute our codes. You must have listen about so...