1 / 13

How to Execute first program in Borland C++

How to Execute first program in Borland C++. Install Borland C++. Download Borland C++ from LMS http://vulms.vu.edu.pk/Courses/CS609/Downloads/Borland%20C++%20V3.1.zip Install as per instructions given in the help file “ How to install.txt ” inside that zip folder. OR

Download Presentation

How to Execute first program in Borland C++

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to Execute first program in Borland C++

  2. Install Borland C++ • Download Borland C++ from LMS • http://vulms.vu.edu.pk/Courses/CS609/Downloads/Borland%20C++%20V3.1.zip • Install as per instructions given in the help file “How to install.txt” inside that zip folder. OR • Download Borland C++ from LMS • http://vulms.vu.edu.pk/Courses/CS609/Downloads/BORLANDC.rar • Install as per instructions given in the tutorial • http://vulms.vu.edu.pk/Courses/CS609/Downloads/How_to_Install_BolandC.ppt

  3. Open Borland IDE • Go to Bin folder inside BorlandC • Locate BC.exe • Double Click to open IDE Note: IDE stands for Integrated development environment and it is named as because Editor, Compilor, Debuger, Linker etc. are all integrated in one environment.

  4. This is the BorlandC IDE. Click on File menu then choose New to create a new file.

  5. Type in your program here. This is sample program given in handouts on page 16.

  6. Before compilation, We need to save this program. click on File menu and then Save

  7. Replace NONAME00.CPP and give it a name as you wish.

  8. Here I have named it as Ex01.c. It will be save in D:\Borland\BIN folder. Next you need to compile it to see if there is any errors.

  9. Click on Compile menu then compile.

  10. This compilation report and it shows that our program has no errors. Press any key to close this report. Next we need to Run our program.

  11. For execution of this program…Click on Run menu then choose Run.

  12. This is the output of our program. It just displays “Hello world” on screen. Press any key to close this window.

  13. The End Send your feedback and queries cs609@vu.edu.pk

More Related