0% found this document useful (0 votes)
73 views8 pages

Turbo C++ Installation Guide

The document provides instructions for installing Turbo C++ on a Windows system to write and run C and C++ programs. It involves downloading Turbo C++, extracting the files to a c:\turboc directory, running the install.exe file which guides the user through the installation process, and finally opening the tc application in the c:\TC\BIN directory to begin writing code.

Uploaded by

Arun Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views8 pages

Turbo C++ Installation Guide

The document provides instructions for installing Turbo C++ on a Windows system to write and run C and C++ programs. It involves downloading Turbo C++, extracting the files to a c:\turboc directory, running the install.exe file which guides the user through the installation process, and finally opening the tc application in the c:\TC\BIN directory to begin writing code.

Uploaded by

Arun Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

C++ Session 02 Document

Page 1 of 8
Topics Covered

 C++ Installation 3 To 8

Page 2 of 8
Turbo C++ - Download & Installation
There are many compilers available for C++. You need to download any one. Here, we
are going to use Turbo C++. It will work for both C and C++. To install the Turbo C++
software, you need to follow following steps.

1. Download Turbo C++


2. Create turboc directory inside c drive and extract the tc3.zip inside c:\turboc
3. Double click on install.exe file
4. Click on the tc application file located inside c:\TC\BIN to write the c program

1) Download Turbo C++ software

You can download turbo C++ from many sites. download Turbo c++

2) Create turboc directory in c drive and extract the tc3.zip

Now, you need to create a new directory turboc inside the c: drive. Now extract the
tc3.zip file in c:\turboc directory.

3) Double click on the install.exe file and follow steps

Now, click on the install icon located inside the c:\turboc

Page 3 of 8
It will ask you to install c or not, press enter to install.

Page 4 of 8
Change your drive to c, press c.

Press enter, it will look inside the c:\turboc directory for the required files.

Select Start installation by the down arrow key then press enter.

Page 5 of 8
Now C is installed, press enter to read documentation or close the software.

4) Click on the tc application located inside c:\TC\BIN

Now double click on the tc icon located in c:\TC\BIN directory to write the c program.

Page 6 of 8
In windows 7 or window 8, it will show a dialog block to ignore and close the
application because full screen mode is not supported. Click on Ignore button.

Now it will showing following console.

Page 7 of 8
Page 8 of 8

You might also like