Installing and Setting up SUBLIME TEXT EDITOR for C/C++ | Windows 11

Описание к видео Installing and Setting up SUBLIME TEXT EDITOR for C/C++ | Windows 11

LETS install and setup sublime text editor for c programming
---------------------------------------------------------------------------------------------------------------------
(Note before installation : Install mingw and make sure to add its path to system variable.)

Download minGW: https://sourceforge.net/projects/mingw/
---------------------------------------------------------------------------------------------------------------------
Download SUBLIME : https://www.sublimetext.com/
---------------------------------------------------------------------------------------------------------------------

At 6:08 : copy paste below lines

{
"target": "terminus_exec",
"cancel": "terminus_cancel_build",
"shell_cmd": "gcc \"${file}\" -o \"${file_path}/${file_base_name}\"",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c",

"variants":
[
{
"name": "Run",
"shell_cmd": "gcc \"${file}\" -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\""
}
]
}

_________________________________________________________________________________
FOLLOW ON:
Instagram:   / python_club.py  

Комментарии

Информация по комментариям в разработке