Z Code Writer is an Online Blog for beginner programmers. Here, you will find tech, build your Programming Skills and other Programming Languages like C, C++, HTML, JavaScript, Java Code, Web Designing and the University of Sialkot (USKT) CGPA / GPA Calculator, etc.

Showing posts with label how to install Turbo c. Show all posts
Showing posts with label how to install Turbo c. Show all posts

Thursday, 27 June 2019

Installing Turbo C or Dev C++

Installing Turbo C and Dev C++

     It is commonly available in CDs and internet. When you install the turbo C and Dev C++ compiler, the TC directory is created on the hard disk and various sub-directories such as  INCLUDE and LIB etc. are created under TC.

     INCLUDE     Containing the header file of C and C++.
     LIB                Containing the library file of C and C++.

     The installing process of C and C++ is very easy. It provides "install" program and used to install the turbo C compiler. Simply, run the  "install" program and follow the instructions such as; select the directory name and path  where you want to install the system. By default, directory name is TC on the root of drive C.

Shortcut Key in C and C++

Detail
C
C++
Compile
Alt + F9
F9
Execute
Ctrl + F9
F10
Compile & Execute
Alt + F5
F11