7:21
Installing and Setting up SUBLIME TEXT EDITOR for C/C++ | Windows 11
LETS install and setup sublime text editor for c programming ...
18:09
Sublime Text Basics: All the Best Features in One Video
Just installed Sublime Text 3 and now you're wondering what all the hype is about? Start here. This video covers Sublime Text's ...
8:37
Compile and Run C program using Sublime Text
mingw: http://www.mingw.org/ build code: { "cmd" : "gcc $file_name -o ${file_base_name} && ${file_base_name}", "selector" ...
8:47
How to Run C/C++ Application Using Sublime Text 4
Free Document Proofreading using Grammarly* : https://grammarly.go2cloud.org/SH3YB How to install MinGW-w64. How to write ...
10:44
Text Editor Tutorial (Sublime Text, Visual Studio Code, Atom) | Coding Made Simple
Start Writing Code using Sublime Text (text editor tutorial) | Coding Made Simple Just started learning to code and not sure how to ...
6:26
Running C/C++ Codes in Sublime Text
In this video, I have shown how to run a C/C++ code in sublime text where input will be taken from a input file and output will be ...
0:44
Sublime Text | Compile and Run C++ Program
"cmd": ["g++", "-Wall", "-std=c++14", "$file", "-o", "${file_path}/${file_base_name}.exe", "&&", "start", "cmd", "/c", ...
9:24
How To Run Code In Sublime Text
Welcome back to another video! In this video, I'll be showing how I use Sublime text to run code. I get asked this all the time, so I ...
5:35
How to Run C code in Sublime Text Editor | C code in Sublime text editor
How to Run C code in Sublime Text Editor | C code in Sublime text editor #ccodeinsublime #mindtouchtech #mingwcompiler ...
2:37
How to use Sublime to compile and execute C programs
How to use Sublime to compile and execute C programs.
1:34
Sublime Text in 2026 – Still a Worthy Code Editor?
Is Sublime Text still worth using in 2026, or has it been outpaced by VS Code and other modern editors? In this honest review, we ...
3:16
How To Use Sublime Text | Programming Tutorial For Sublime Text
Programming made easy with the right tools. Sublime Text is a great code editor for programming different projects. Use this ...
5:05
Setup Sublime Text On Windows For C - C Programming
Get 100% Off Your First Month with CustomGPT! Sign up for a Standard CustomGPT.ai subscription using my referral link and ...
6:55
Using MinGW Compiler with Sublime Text and Command Line
Compiling C++ program using MinGW Compiler with Sublime Text and Command Line.
10:55
A tutorial on how to customize the basics of sublime text. I'll cover how to hide ui elements, how to install color schemes and ...
4:30
Setup Sublime Text for C++ 🤩 || Windows 🚀
In this video, I'll guide you through setting up Sublime Text for C++ programming on Windows. Whether you're a beginner or an ...
9:14
Learn How to Use Sublime Text: A Quick Overview
Ready to learn how to use Sublime Text to fulfil all your text and code editing needs? Look no further Subscribe: ...
5:28
SUBLIME TEXT EDITOR WITH C++17 || GCC MINGW COMPILER FULL SEETING WITH SUBLIME TEXT EDITOR || CP
Like Share Subscribe !!! Subscribe Channel ...
4:00
set C compiler on sublime text
copy this code { "working_dir": "$file_path", "cmd": "gcc -Wall \"$file_name\" -o \"$file_base_name\"", "file_regex": "^(..[^:]*):([0-9]+):?
8:40
How to Run C Program in Sublime Text on Windows 10 [ 2021 Update ] Sublime + MinGW Compiler
Hello Everyone! Today in this video I am going to step by step guide you How to Run C Program in Sublime Text on Windows 10 ...