12:32
Программирование на языке С. Урок 2. Установка и настройка GCC на Sublime Text 3
Второй урок из цикла полного курса по программированию на языке С. Устанавливаем компилятор GCC (MinGW), ...
6:55
How to Setup C/C++ compiler | Setup Sublime Text | Setup for Windows Users | MinGW Setup in Windows
Welcome to @myenv Dive deep into the world of algorithms, data structures, and problem-solving. Whether you're a beginner or ...
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", ...
25:20
Simple C++ for Beginners - 2 - Setup C++ on Linux with SublimeText
Hey I'm Marty! In this video we setup C++ with SublimeText as an IDE with the GCC compiler(G++) on Linux. To do that, we need ...
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 ...
8:44
sublime text 3 c++ setup #techstudio
Hay guys if you want to execute your C++ programs in your windows system, Then Keep watching this video carefully , The ...
27:24
The ULTIMATE C++ Setup (Sublime Text, CMake, MSYS2, MinGW64)
Literally the cleanest C++ setup known to man. So crisp and fresh, it'll have you feeling sharper than bald Mr. Clean. Sublime Text ...
28:38
Sublime Text 3 setup and installation plugins // Sublime Text 3 video tutorial // Freelancer for ...
Sublime Text 3 installation and configuration. Sublime Text 3 tutorial on installing themes and plugins. This Sublime Text 3 ...
7:21
Installing and Setting up SUBLIME TEXT EDITOR for C/C++ | Windows 11
LETS install and setup sublime text editor for c programming ...
5:54
In this video, I demonstrate the Sublime Text 3 C++ Setup on Windows. Subscribe for more tutorials: ...
5:28
SUBLIME TEXT EDITOR WITH C++17 || GCC MINGW COMPILER FULL SEETING WITH SUBLIME TEXT EDITOR || CP
Like Share Subscribe !!! Subscribe Channel ...
6:55
Using MinGW Compiler with Sublime Text and Command Line
Compiling C++ program using MinGW Compiler with Sublime Text and Command Line.
9:05
C++ IDE Setup for Competitive Programming and DSA
This video is primarily for Mac OS but the steps are almost identical, so windows and linux users can also watch it. Main steps: 1.
7:19
How to setup SUBLIME TEXT for Competitive Programming? | Placement Preparation | 2
This is a very detailed video series about competitive programming and placement preparation. We invite you to join us on this ...
2:51
Install Terminus in Sublime Text | 2025 | Run C Code Easily
WELCOME TO PHANTOM BD --------------------------------------------------- TODAY I AM GOING TO SHOW YOU ...
6:57
Setting up Sublime Text for CP(Competitive Programming).
code to create new-build-system: { "shell_cmd": "g++ -std=c++17 \"${file}\" -o \"${file_path}/${file_base_name}\" ...
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]+):?
17:08
[QT06] Using MinGW to compile programs in Sublime Text
OdatNurd - Sublime Text Tutorials
The Minimalist GNU for Windows project, or MinGW, is a popular and freely available set of tools for compiling and running ...
10:06
Simple C++ for Beginners - 3 - Optimizing Sublime Text 3 for C++ Code
C++ for learning beginners, part 3. In this video we optimize Sublime Text for coding(or programming, which ever you call it) C++ ...