How to Setup Sublime Text for Competitive Coding

How to setup Sublime text for Competitive Coding


We need to install two software for this setup :
1. MinGW 
2. Sublime Text Editor

MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All of MinGW's software will execute on the 64bit Windows platforms.

Sublime Text Editor Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It natively supports many programming languages and markup languages. Users can customize it with themes and expand its functionality with plugins, typically community-built and maintained under free-software licenses

Downloads link for both : 
MinGW :           https://sourceforge.net/projects/mingw/
Sublime Text :    https://www.sublimetext.com/

After Installing Both the software.

To open Sublime Text editor and create a new file, follow these steps:

Install Sublime Text: Visit the official Sublime Text website at https://www.sublimetext.com/ and download the appropriate version for your operating system. Follow the installation instructions provided.

Launch Sublime Text: Once Sublime Text is installed, open the application by locating it in your applications or programs folder and launching it.

Create a new file: After opening Sublime Text, you'll see a blank window. To create a new file, either:

a. Click on "File" in the menu bar at the top, then select "New File", or
b. Use the keyboard shortcut "Ctrl + N" (Windows/Linux) or "Cmd + N" (Mac) to create a new file.

Name the file: You can name the file anything you like. To give the file a specific name, either:

a. Click on "File" in the menu bar, then select "Save As" to save the file with a desired name and location, or
b. Use the keyboard shortcut "Ctrl + S" (Windows/Linux) or "Cmd + S" (Mac) to save the file. You'll be prompted to provide a name and location for the file.

That's it! You have now created a new file in Sublime Text and named it accordingly. You can start typing and editing the file as needed.



STEP 1 : OPEN THE SUBLIME TEXT
STEP 2 : CLICK (CTRL + SHIFT + P ) IN WINDOWS 
         & FOR MAC (CMD +SHIFT + P). 
         AFTER CLICKING YOU WILL GET LIKE THIS WINDOW

STEP 3 : SEARCH FOR (Package Control : Install Package )
STEP 4 : AFTER INSTALLING. AGAIN CLICK ( CTRL + SHIFT + P ) 
         THEN SEARCH FOR (Cppfastolympiccoding)
STEP 5 : NOW WRITE THE CODE AND CLICK (CTRL + SHFIT + B ). 
STEP 6 : DONE SUCCESSFULLY




















Comments

Popular Posts