Friday, July 11, 2014

How to Install Borland C and C++ in BOSS Linux



1.Install the dosbox package from the repository


sudo apt-get install dosbox





2.Download the windows version Turbo C from the website or You should have a copy of Turbo C


3.The download copy in zip format Extract it to home directory or folder.

4.Open the dosbox application by using run command “dosbox”  or type dosbox in terminal.


5.Type following command in the doxbox prompt for installing turboc


mount c ~


c:


cd turboc
install.exe   ------type dos terminal it will install the Turbo C

6.Then go to TC\BIN directory for run the turbo C


cd TC\BIN\TC.EXE


7.Turboc installed Succesfully.


Screen Shots:















No comments:

Post a Comment

How to interact with the non-interactable Web Elements in Selenium

How to interact with the non-interact able Web Elements in Selenium    // Find the non-interactable element element WebElement element = dr...