Search This Blog

Monday 3 August 2015

turbo c/c++ for android with Es explorer

Do you know guys we can run turbo c/c++ compiler on our android mobile phone.

i know you are thinking what is new in my post. turbo c/c++ is available on my sites but the programs are very difficult to write there .
Here i tells  you how to solve this problem .

So, lets come to main topic on which I am writing this article. we use DosBox Emulator for running Turbo C++ for Android, in the same way we need an emulator for android platform which is known as DosBox. So without wasting much time lets take a look how we can use Turbo C++ for android platform.
Turbo C++ for Android – Steps to Download and Install
1. First of all download Turbo C++ for Android from Here .
2. It is compressed so you need to extract it. This can be done by any compression tool like Easy Unrar. You can download it from play store for free.
3. Now after extracting you will get a folder TC and an apk file DosBox and Es explorer.
4. Install DosBox and move TC folder in your download folder of phone storage, remember that TC folder must be in download not in any other subfolder.
5. Now open DosBox that you have already installed. It will look same as like DoxBox that is used in windows.

6. Enter below lines or commands and press enter after each line. You can get the keyboard at top of your device.
cd tc    then press enter
cd bin    then press enter
tc            enter

7. If everything will be done correctly then after entering last command a blue screen will open and it is Turbo C++ for Android. You can control the pointer by moving your finger on your touchscreen.

Now just go and install it, write and run your program and share your experience with me. Feel free to ask if you are getting any problem.Note: If you are unable to change to directory TC then move the TC folder in internal  or external storage and try the process again.

so here we are able to run program but you feel here is too difficult to write program. here an a solution with es file explorer.

1. open it and just go to internal storage > download(there tc folder you put) 
2.go in tc folder there you saw a BIN (folder).
3.go to bin click on below + (sign) and select file.

4 .give any name and also write extension like .c or .cpp .
5 . then open that file using note editor .
6.click on top right :and select edit
7. Now enter your program and save it .

8.again open dosbox c and click file >open .
enter the name of the file 

9. compile and run .

if you like my post please share your reviews and also ask any question  using comments .
Search Terms:
turbo c compiler for android
c compiler for android
download turbo c++ for android
c compiler for android mobile

No comments:

Post a Comment