How to Install Turbo C In Android
Hello guys, In computer world, Programing languages are very important from giving
instruction, creation apps and softwares to controlling robots in
industries and space missions.
Programming knowledge is a must and without programming langauge
computer cannot perform your given task so you guys might be wondering
from where can i begin to learn programming langauage i will give you
the answer its really simple it is present in your now thats right from
smartphone you can learn computer programming lanaguages.
In Computer programming lanaguage, C++ is the basic and first
language to start and suprising thing is you can run in android
with same looks and features present in pc.
So lets get into it.
Requirements:
- Andosbox App
- TC folder
- Es file Explorer App (any file browser will work) (Click here to download)
Method:
Downloading Required apps and Files:
- First download the Andosbox App and TC folder from the below link.(click here to download)

Extraction of Downloaded Files:
- After downloading extract the files by selecting the file and tapping on extract option, wait for the extraction to complete.

Installation of Required app:
- After extracting, Open the extracted folder and you will find a folder named Turbo C++ for Android and open it and you will get two files, Andosbox apk and TC folder.

- Install the Andosbox App.
Configuring the TC Folder:
- Move the TC folder in your SD card and remember that TC folder must be in SD card not in any other subfolder or folder.
Note:This step is inportant as this will ensure that andosbox app which recognise the Tc folder in the bunch of other folder and if you are not able to move folder in sdcard try to move it to the internal storage.
- Open the Andosbox App that you have already installed. after opening you will see that the look is same as DosBox that is used in windows pc, Select the three dots in the bottom of the screen and select the resize screen option to enlarge the screen, Press the three dots again and click to keyboard.
- Enter the following commands:
- Command:
cd tc
- Command:
cd bin
- Command:
tc

Thats it, now it will open the blue screen and it is turbo c++ for android , you control the pointer using your touch screen.
Tip:To perform operations such as copy and paste,Just press back button and select input mode and click on pen option, After selecting the Text or code, press back button again and select input mode and click on pointer option,Inside the turbo c click on edit and select copy,cut or paste operation.
Shortcut Method:
- While you open the andosbox apk again you have to type the above command again and again whenever you open the apk so to avoid this problem follow this method.
- Open your file browser.
- Go to the bottom of the screen, there you will get a file named dosbox.config and open it.

- Go to the bottom of the code and remove the code starting from mount c: /sdcard and paste it with this code.
- Command:
mount c: /sdcard
c:
cd tc/bin
tc
c:
cd tc/bin
tc

Next Time when you open the andosbox it will directly open the Turbo C interface.
- And thats it now it will open directly without giving the annoying command line screen.
Screenshot:

- For understanding this tutorial, i have added the video below that will help you in understanding the process easily.
Post a Comment