Installing the new version of Turbo C++ [Windows]

Ananay Arora
Ananay Arora’s blog
3 min readFeb 5, 2017

--

The new version of Turbo C++ I’ve created is essentially a combination of an editor called “Sublime Text” and the Turbo C++ compiler itself. So here’s how to install it.

First off you have to download the new version from here.
https://ananay.me/turbocppwindows

Once downloaded, you install it using the setup which will do the stuff for you.

Hit next.

Hit next.

Give it a few seconds to do it’s job.

Done!

Now, you’ll see this shortcut on your desktop. Open it!

You should see something like this. Now, type in all your code here. I’m gonna type a sample code.

Now, just go and hit save. (CTRL + S or File > save)

Make sure you add “.cpp” in the end. That’s very important.

You will now see the fancy colors on the text. That means you’ve saved it correctly.

Now go to Tools > Build or just hit CTRL + B

This stuff will pop up:

Press any key to continue and voila!

Yayyy!

Now, to copy the text on the output window, just hold down your right click key on the mouse and while you’re holding it down just drag it over the text. That’ll copy it. Your teacher will help you with this if you’re having trouble doing this.

Now, paste this on Notepad.

Done! You’re good to go.

Keep in mind that you save your file (CTRL +S) before you hit Build or it won’t work. If you need any help with this, feel free to inbox me. :)

--

--