Downloading and Installing Mingw Compiler

For Downloading the Mingw compiler visit their official link.

Step 1: Downloading setup of MinGW

 

Step 2: Mark mingw32-base and mingw32-gcc-g++ packages for installation and then Update Catalogue.

 

Setting up Sublime Text For Competitive Programming (C++) Using Fast Olympic Coding Plugin

Competitive Programming is a mind sport where time matters the most. For that, a fast and easy-to-use tool is required for writing code. Sublime text along with the CppFastOlympicCoding plugin provides the same. Sublime text is popular for its fast performance and aesthetic UI. The CppFastOlympicCoding plugin offers features such as:

  • TestManager: We can easily add, edit, and delete tests with the help of Test manager
  • StressTesting: StressTesting means that we can test our program to find test where it is not working.
  • CppLint: We can edit the properties of Cpplint in the settings.
  • Debugger: It provides debug functions for OSX.
  • Class Completions: For Template substitution, write chars as classes.
  • Contest Setup: It is specifically designed for competitive Programming.

In this article, we will get to know how we can easily set up Sublime text For Competitive Programming using Fast Olympic Coding Plugin. If you want to download and install sublime text please refer to the article – How to Install Sublime Text3 in Windows?

To download the latest version of Sublime Text 4 visit the link and then install the .exe file on your local machine.

Similar Reads

Downloading and Installing Mingw Compiler

For Downloading the Mingw compiler visit their official link....

Setting up Sublime Text

Step 1: Open the command pallet in the sublime text by selecting tools options or using Ctrl+Shift+P (for windows users)...

Contact Us