STAY HOME! STAY SaVE

Techies Net
  • Home
  • Software
    • Dotiny
  • Web & App Development
    • Website Builder
    • App Development
  • Request Review
  • Advertise
  • Mobile App
  • Contact Us

How To Install Turbo C C++ For Android - Free Download And Installation Procedure

5/1/2013

65 Comments

 
As you are well aware that Turbo C C++ is a programming language which is usually executable in windows operating system. Now with the Android getting more widespread, people want to make C programmes on their Android-run smart devices as well. It is with 
Turbo C in Android
this issue in mind, we have made several experiments and have now come out with procedures that would successfully execute and run Turbo C C++ on your devices with Android OS.

Please peruse the steps given in the following lines and also the relevant screenshots for getting an understanding how this seemingly difficult task can be executed by you in your Android device with ease and confidence.

Picture

Procedure To Install Turbo C In Android

  1. First of all download this zip file - Turbo_c_for_android_techiesnet.zip.
  2. Now download and install Easy Unrar Lite from playstore.
  3. Later open Easy Unrar app and go to download folder in sdcard.
  4. Select the "Turbo_c_for_android_techiesnet.zip" and click extract all here button.
  5. All the files will be extracted and now you need to install AnDOSbox application from that files.
  6. After installation of AnDOSbox application, select all the files extracted and paste it outside of download folder and then open AnDosbox and click Start Emulator.
  7. A Dosbox command prompt will open, there write the following commands and turbo c will editor will open. Enjoy programming :)
       C:\>CD TC
       C:\TC\CD BIN
       C:\TC\BIN\TC.EXE

Screenshots Showing Step By Step Procedure To Install Turbo C In Android OS

****Click On The Image To Preview Larger
Related Posts
  • Turbo C C++ Free Download For Windows XP And Installation Process
  • Free Download Turbo C/C++ For Windows 7 & Windows 8 (32/64 Bit) With Installation Process

Author : Shoeb Ahmad Fareed

Shoeb Ahmad Fareed
Designation: Founder & CEO
Bio: A Technology Leninist who believe success can be only be achieved if one has a practical implementation knowledge. He is a Computer Science Engineer, a professional blogger and a debugger.


Share This Post




65 Comments
Nadeem
5/1/2013 12:47:50 pm

I got everything working but it says invalid directory. How do i create one?

Reply
yaser
7/1/2013 05:50:11 am

Tap on the ok button when you see the file invalid dialogue. Afer that slide your finger across the screen moving the blinking cursor and tap on the file option and then enter the change directory options.Type these lines in the Dos Box:-
1)mkdir (your name)
2)cd (your name)
3)exit
After this a folder with your name will be created and you can writing your program.
Hope this has helped you.

Reply
Nadeem
7/1/2013 05:52:15 am

Thanks bro :-)

vinu
14/3/2014 04:29:42 am

I created a folder with my name but the turbo c editor does not open ...plz help

rishabh
25/8/2013 11:03:01 am

every thing is ok but i am unable to use < & > in the programing plzzzzz help me

Reply
Nadeem
5/1/2013 12:56:29 pm

Hey this is a little inconvenient to always enter the four lines. Wish it always opened the c++ editor. By the way please reply ASAP as how to create a directory plus i am not able to click the file button atvthe top.

Reply
Shoeb link
7/1/2013 08:44:56 am

Ya, typing the code always in command prompt is a difficult task, but to frank one should always be ready in developer stage no matter what is the platform of error.

Reply
aditi
22/4/2013 05:16:18 am

hi i have dowanloaded the c language but i am not able to proceed and write the three commands written in step 7
as soon as i enter C:/>CD TC
it gives me a erroer saying unable to change to: TC
can u pls help me

Reply
Shubham
3/10/2015 10:05:54 pm

Hey, hv u got ur answr. M also facing the same problm

Reply
Bishal Rajak
19/4/2019 09:37:48 pm

you have to first make sure that you tc folder is not inside any other file
then in andosbox type
cd tc
cd bin
tc
And press enter this you have done
And you should also check that there should not more than one tc folder in your internal storage
keep tc folder and dosbox in internal storage

Reply
pinky
13/7/2013 05:52:51 am

I am not able to download the program for my galaxy tab 2 please do help me

Reply
sachin
10/8/2013 03:28:39 pm

I am able to get until the point when we run andos box.bt after I start running it. It is not reading any alphabets. But only special keys and numbers. Please help

Reply
Shalini
1/12/2016 10:54:30 pm

thats the same prob with me,...idk if it works on android 5.1

Reply
avi
17/8/2013 07:13:15 am

as soon as i enter C:/>CD TC
it gives me a erroer saying unable to change to: TC
can u pls help me

Reply
Ameya Sawant
4/9/2013 10:36:09 am

How to insert greater than and lower than symbol this two "<" & ">"

Reply
Blesson
9/2/2014 02:35:36 am

Please check your keypad and select symbols

Reply
shahrukh
3/4/2015 10:49:26 am

When I run the program it show "up to date " and not give reply

dikshant
4/9/2013 03:21:04 pm

it says unable to change to tc after givin command u prescribed... what to do...

Reply
nishant
7/9/2013 02:32:32 pm

Its showing unable to change Tc

Reply
Sahil Kumar
14/2/2017 05:31:04 pm

Just go in file manager,, then in download folder,, Choose TC folder and cut it and then Come back from the download folder and in internal storage paste the TC folder...
Then start Andosbox and type
cd tc
bin\tc.exe

Reply
Rohit
14/9/2013 05:00:39 am

hi.... this is the best tutorial i hv ever seen .....i just luvd tht......explanation of each and every step is very good..... thnxx for letting me complete my installation of c++ software on my android mobile.....

Reply
Shoeb Ahmad Fareed
14/9/2013 05:16:21 am

My pleasure serving you sir. Can i help you in any other aspect related to computer or internet. Please do not hesitate to ask me. I will try my level best to solve your problem in the form of a technical post.

Reply
jagadish
2/10/2013 08:21:50 am

Sir,I have entered all the commands sir but programming screen is not appearing .

ankit
20/12/2013 01:12:52 pm

Hey thanks for the tutorial
I successfully compiled all programs
But when I'm trying to use computer graphics such as line or circle its not working
When I use detectgraph and initgraph it shows error while executing
*Linker error: undefined symbol _initgraph in module filename.CPP
Same for initgraph
And same comes for line and circle
My program is
#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<stdio.h>
#include<dos.h>
void main()
{
clrscr();
int gd,gm;
detectgraph(&gd,&gm);
initgraph(&gd,&gm,"c:\\tc\\bgi");
line(100,100,200,200);
getch();
}
Plz help

sunny link
15/9/2013 05:11:33 am

it shows unable to change to tc
.it means it does not work?...i have lava iris 455 processor medtek android 4.1 ..help pls...i dnt hv pc ...bt i really want to learn c++.....
thanks

Reply
Sahil Kumar
14/2/2017 05:29:37 pm

Just go in file manager,, then in download folder,, Choose TC folder and cut it and then Come back from the download folder and in internal storage paste the TC folder...
Then start Andosbox and type
cd tc
bin\tc.exe

Reply
sunny link
15/9/2013 05:43:42 am

sir ..after sometime i repeated all ur steps again and it works ...superb thnx thnx to infinity......bt bt bt.........when i run a simple program(addition) it shows two errors 1..unable to include stdio.h 2..unable to include conio .h i think its a minor error...pls helpp me.....waiting fr ur reply...thanks once again

Reply
Shri
21/10/2013 11:41:18 am

When i typed C:\>CD TC then it displays unable to change to : TC.
What shall i do now? Plz help me my exms r going to start from thursday & i dont have PC....... Plzzz help me!!!

Reply
suchit
24/10/2013 08:19:02 am

save downlods 4 iteams in sdcard, not in any folder

Reply
jagadesh
4/12/2013 02:59:31 pm

Sir, I don't know how to proceed for 6th step.
Will you plz help me.
How to paste it outside download folder?

Reply
Shoeb Ahmad Fareed
4/12/2013 04:16:12 pm

@Jagadesh
In 6 step, you need to move the contains downloaded outside that directory (i.e. Move it to root of Sd card for c compiler to easily access the library files.

Reply
Ankit
2/1/2014 12:26:28 pm

Hey thanks for the tutorial
I successfully compiled all programs
But when I'm trying to use computer graphics such as line or circle its not working
When I use detectgraph and initgraph it shows error while executing
*Linker error: undefined symbol _initgraph in module filename.CPP
Same for initgraph
And same comes for line and circle
My program is
#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<stdio.h>
#include<dos.h>
void main()
{
clrscr();
int gd,gm;
detectgraph(&gd,&gm);
initgraph(&gd,&gm,"c:\\tc\\bgi");
line(100,100,200,200);
getch();
}
Plz help

Reply
vani
7/2/2014 02:10:29 am

i am getting a problem with installation of adosbox in android emulator pls send the steps to install

Reply
Blesson Varghese
9/2/2014 02:44:49 am

Please elaborate where to paste the downloads and how to write comands in comand prompt

Reply
sagar
10/2/2014 08:31:19 am

please reply
in dosbox "<" & ">" , angle brackets are not respondind plz send my keyboard is properly working outside of application but not in application so please send the suggestions

Reply
Deepak Viswam
23/2/2014 06:37:47 am

I installed c++ successfully. But my keyboard is hidden when i open the DOS BOX. Plz help me..

Reply
maulik shah
24/10/2015 03:18:59 pm

plz help me to start email plz

Reply
Rokzz
23/2/2014 06:43:38 am

My Keyboard is hidden when i open the Dosbox command prompt. What will i do. Please help.

Reply
Deepu
24/2/2014 12:50:05 pm

Every thing is OK. But i am unable to use < & > in the programing please help me...

Reply
shai
26/2/2014 12:00:52 am

It says UNABLE TO CHANGE TO TC
Pls help.

Reply
Sahil Kumar
14/2/2017 05:15:46 pm

Just go in file manager,, then in download folder,, Choose TC folder and cut it and then Come back from the download folder and in internal storage paste the TC folder...
Then start Andosbox and type
cd tc
bin\tc.exe

Reply
vyshu
15/3/2014 03:52:34 am

sir,is the above procedure works for android emulator.if it is please send me some steps how to do that in the emulator.

Reply
shaheen
11/4/2014 05:30:49 pm

It worked succesfully in my galaxy pocket but the screen resolution doesn't match pls help me

Reply
Tarun Patel
19/6/2014 10:21:14 am

Thanx a lot to the helper..
I am from a financial weak family and so my parents cant buy a computer for me.
But i have an android phone.
And now i can perform my 11th class practical s on mobile.
Once again thanx.

Reply
Shalini
1/12/2016 11:01:46 pm

which version of android ur using?

Reply
Gitgobinda Das
6/8/2014 12:19:00 am

I can not type '>' . when i pressing this key showing ' : ' on screen.

Reply
sunitha
9/9/2014 05:08:41 am

I am unable to proceed from step 6 please explain it clearly

Reply
Shoeb Ahmad
9/9/2014 06:05:06 am

Whenever we download some files from our mobile its gets downloaded in Download folder of our SD Card. (i.e. Sdcard/download). But the Turbo c will only work on sdcard folder (i.e Root folder of sd card). That why in the step 6 we are telling to paste the extracted files outside the download folder for the turbo c to work.

Reply
Sahil Kumar
14/2/2017 05:18:24 pm

Just go in file manager,, then in download folder,, Choose TC folder and cut it and then Come back from the download folder and in internal storage paste the TC folder...
Then start Andosbox and type
cd tc
bin\tc.exe

Reply
vivek joshi
5/12/2014 05:01:42 pm

Sir i get a error in run. Hello.lib not an exe
So help me

Reply
Anandhu
13/12/2014 07:09:07 am

To open ,i need to type the 7th step command every time .why?,

Reply
aaradhya
25/8/2015 05:24:27 pm

Respected sir,
When i tried to execute the statement....tc.exe or only tc,then it showed error.Then i even moved the complete downloaded file in the sd card.....even then it is gving error.

Reply
sai
22/3/2016 06:35:47 am

hi aaradhya can u plss tellme how to paste the download folder

Reply
shubham Kumar
3/10/2015 10:00:41 pm

M unable to run c++. It always seeing unable to change tc..
Plz help me sir.

Reply
srinivas
27/10/2015 04:11:24 pm

Reply
aditya
31/10/2015 10:10:26 pm

Reply
achitya bhardwaj
17/3/2016 11:37:53 am

Sir, whenever i am trying to write C:\>CD TC it show unable to change to :TC

Now please help me. How to solve this problem

Reply
Sahil Kumar
14/2/2017 05:22:31 pm

Just go in file manager,, then in download folder,, Choose TC folder and cut it and then Come back from the download folder and in internal storage paste the TC folder...
Then start Andosbox and type
cd tc
bin\tc.exe

Reply
Rj
5/4/2016 05:31:08 pm

abi tk kisi ne is problm ka solution ni btaya
k jb Hm
C:\>CD TC
TYPE KRTA HAIN
unable to change tc bta rha hai.
help help help help

Reply
Sahil Kumar
14/2/2017 05:24:05 pm

Just go in file manager,, then in download folder,, Choose TC folder and cut it and then Come back from the download folder and in internal storage paste the TC folder...
Then start Andosbox and type
cd tc
bin\tc.exe

Reply
Prit
2/4/2017 12:49:58 pm

M not able to open editor file... Pls help

Reply
Akhil
26/4/2017 11:53:01 am

When I select TC folder it says do you want to delete it? Pls elaborate how to cut and paste the folder step by step

Reply
Animeindo link
16/8/2017 04:09:23 pm

Amazing post! thank for sharing

Reply
jagdish
2/9/2017 10:54:56 pm

when I click on run it displays "Emu.lib culdent open" what can I do??

Reply
Rahul link
3/4/2018 07:18:59 pm

Turbo cdroid is unable to change to bin. How to resolve this problem

Reply



Leave a Reply.

    Get Updates Via Email

    Enter Email Address

    7:00 AM - 9:00 AM IST

    Blog Sponsors


    Category

    All
    Apps
    Camera
    Cars Bikes
    Cloud
    Computers
    Earn Easy Money
    Education
    Entertainment
    Fun
    Games
    How To
    Innovation
    Mobile
    News Internet
    News Internet47f3cea023
    News Internet769585a1ca
    News Of Internet
    News Of Internet
    SmartBand
    Smartwatch
    Software
    Technology

    Archives

    January 2019
    July 2018
    June 2018
    May 2018
    April 2018
    March 2018
    February 2018
    December 2017
    August 2017
    July 2017
    June 2017
    May 2017
    April 2017
    March 2017
    February 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015
    September 2015
    August 2015
    July 2015
    June 2015
    May 2015
    April 2015
    March 2015
    February 2015
    January 2015
    December 2014
    November 2014
    October 2014
    September 2014
    August 2014
    July 2014
    June 2014
    May 2014
    April 2014
    March 2014
    February 2014
    January 2014
    December 2013
    November 2013
    October 2013
    September 2013
    August 2013
    July 2013
    June 2013
    May 2013
    April 2013
    March 2013
    February 2013
    January 2013
    December 2012
    November 2012
    October 2012
    September 2012
    August 2012
    July 2012
    June 2012
    May 2012
    April 2012
    March 2012
    February 2012
    January 2012
    December 2011
    November 2011
    October 2011
    September 2011
    August 2011
    July 2011
    June 2011
    May 2011
    April 2011
    March 2011
    February 2011

Contact Us

Email: [email protected]

Stay Connected

Download Our Mobile App 

Techies Net Mobile App
Copyright © 2011-2019 Techies Net | Our Logo | Advertise | Careers | Donate Us | All Right Reserved.
All the trademarks are sole property of their respective owners.

Powered By HostChef.In

  • Home
  • Software
    • Dotiny
  • Web & App Development
    • Website Builder
    • App Development
  • Request Review
  • Advertise
  • Mobile App
  • Contact Us