Breaking

Post Top Ad

Friday, September 21, 2018

How to install turbo c++ on kali linux.

 

 How to install turbo c++ on kali linux



YES KALI AGAIN.

Hey bros how are you all doing.....expecting great.

Here I 'm back teaching you all how to.......well you the title.

So without wasting any time lets get started.

[1] Fire up your kali as root (just kidding......not required we aren't be using terminal.)

[2] You will have to download dosbox from here - 

                                             .......dosbox.......here

[3] Then move it to your root folder. Yes i think you got it .. by blog will not end without using terminal.

[4] NoW fireup our lovable terminal and type ls .
If you have your files in root directory then.......you will see it's name printed in terminal.

[5] Now unzip the compiler you have downloaded by typing -
                              
                             unzip <name of compiler with extension .zip>

[6] Open dosbox applications>games>dosbox.

[7] Now you will have to feed in a bunch of codes -

                             mount c ~
                             c:
                             cd turboc
before this you put all the extracted files into a folder "turboc" then simply cd <folder containing all extracted files.>
                             install or install.exe

Now the compiler is installed in dosbox.
Close all windows (Well I HATE that word!!) and open dosbox again by typing dosbox in terminal (Well love this one.)

[8] The following are to be followed to open the compiler everytime
      Type mount c ~ and enter.
      Type c: and enter.
      Then ,type cd tc\bin and enter.
      Finally tc.exe and enter.
           thus your compiler is installed successfully...

Now really actually and seriously comment if you have any problems in any of these steps. And please follow me to make me happy while writing another post.


But if you all want to just program it in terminal and make it look a kinda creepy/awesome one then you must see my post - 


                                                  Check this one out.

This blog belongs to Mr. A.s

6 comments:

  1. it shows illegal command when i type install or install.exe

    ReplyDelete
    Replies
    1. hey bro......tq for posting your error.
      maybe the installer have another name so u will have to type dir and look for it...

      Delete
  2. Showing unable to change to tc\bin

    ReplyDelete
  3. how to create a launcher for turbo c++

    ReplyDelete

Post Top Ad