C++ Installation - C++ Programming Tutorial
C++ Course / C++ Basics / C++ Installation

C++ Installation

BLUF: Mastering C++ Installation is a critical step in becoming a proficient C++ developer. This lesson provides a deep dive into the syntax, performance considerations, and real-world applications of this concept.
Key Performance Insight: C++ Installation

C++ is renowned for its efficiency. Learn how C++ Installation enables low-level control and high-performance computing in the tutorial below.

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.

  • Download Turbo C++
  • Create turboc directory inside c drive and extract the tc3.zip inside c:\turboc
  • Double click on install.exe file
  • 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.

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

Now, it is required to establish a fresh directory named "turboc" within the c: drive. Afterward, proceed with unarchiving the tc3.zip archive into the c:\turboc directory.

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

Now, click on the installation icon found within the c:\turboc directory.

It will prompt you to choose whether to install C or not, simply press Enter to proceed with the installation.

Change your drive to c, press c.

Press the Enter key to search within the c:\turboc folder for the necessary files.

Choose the "Start installation" option by using the downward arrow key and then confirm by pressing the Enter key.

Now that C has been successfully installed, you can either press the enter key to access the documentation or exit the application.

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

Now, locate the TC icon in the directory at c:\TC\BIN and double-click on it to begin writing your C program.

In Windows 7 or Windows 8, a dialog box will be displayed indicating that the application cannot be run in full-screen mode. To proceed, click on the "Ignore" button.

Now it will showing following console.

Input Required

This code uses input(). Please provide values below:

Logic Practice
Install Logic Practice
Add to home screen for a faster app-like experience