28 August 2014

Installation for C and C++

How to Install Turbo C++ Version 3.0, Compile and Run C  and C++ Programs


In this article, you will get answers to the following questions:
  • How to Install Turbo C++ Version 3.0?
  • How to create a new C Program using Turbo C++ Version 3.0?
  • How to run a C Program using Turbo C++ Version 3.0?
How to Install Turbo C++ Version 3.0?
Installing Turbo C++ Version 3.0 is very easy and effortless. Follow below mentioned easy steps to install Turbo C:

  • Extract TC.rar folder in your C Drive (“C:\”) 
Congratulation… You are done with installation of Turbo C++ Version 3.0.
How to create a new C Program using Turbo C++ Version 3.0?
  • Open the bin folder (“C:\TC\BIN”)
  • Click on “TC” icon as shown below 
  • TC Icon
  • You will see the following screen:
  • Tourbo C Screen
  • Now, Click on File->New. Please find image below for your reference
  • Create new file
  • Write your C Program. Press F2 (or File->Save) to save your program. On pressing F2, pop window will open (as shown below). You need to specify the name of the program.
    Note:
    For C Program, use .C as extension.
    For C++ Program, use .CPP as extension.
  • Save C Program
How to run a C Program using Turbo C++ Version 3.0?
  • Installing Tourbo C is very simple and effortless. Similarly, compiling and running C Program is very simple and effortless.
    Please make a note that, we can compile and run C Programs without saving it.
  • To compile a C Program you can either press Alt+F9 or Compile->Compile. After you compile your C Program you will see the following screen.
  • Compile C Program
  • To run a C Program you can either press Ctrl+F9 or Run->Run. After you run your C Program you will see the output screen as shown below.
  • Run C Program
These are the steps you need to follow to install, create and a run a C Program successfully.

No comments:

Post a Comment

Post a Comment