https://github.com/mounishvatti/competitive-programming-setup
Competitive-Programming setup in Sublime Text editor
https://github.com/mounishvatti/competitive-programming-setup
Last synced: 2 months ago
JSON representation
Competitive-Programming setup in Sublime Text editor
- Host: GitHub
- URL: https://github.com/mounishvatti/competitive-programming-setup
- Owner: mounishvatti
- Created: 2024-01-27T21:48:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T22:16:42.000Z (over 1 year ago)
- Last Synced: 2025-01-15T20:20:37.947Z (4 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Competitive-Programming setup in Sublime Text editor
## C++14 Sublime build for Mac Users (OS X):
### Instructions :
- Go to Tools > Build Systems > New Build System
- Copy the code from C++14.sublime-build and paste it there and save it by any name
- Go to Tools > Build Systems ans select your new build system
- Create 2 files named inputf.in and outputf.in in same directory in which u have ur code
- Write input in inputf.in, save and run the code in sublime and you will get output in outputf.in### Tips :
- You can use COMMAND + shift + B to directly compile run.
- You can use 3 pane setup to view code, input file and output file at once (View > Group > New group).### To install gcc in OS X:
```
brew install gcc
```### To install gtimout in OS X:
```
brew install coreutils
```### Note: Change the version of gcc in the sublime build accrodingly based on what you have installed. I'm using gcc-13
### This is how the setup looks:
