Horje
c++ build system in sublime linux for competetive programming Code Example
c++ build system in sublime linux for competetive programming
{"cmd": ["g++", "-std=c++14", "$file", "-o", "${file_path}/${file_base_name}"],"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$","working_dir": "${file_path}","selector": "source.c, source.c++, source.cxx, source.cpp","variants":[{"name": "Run","cmd": ["bash", "-c", "g++ -std=c++14 '${file}' -o '${file_path}/${file_base_name}' && terminator -x bash -c '\"${file_path}/${file_base_name}\" ; read'"]}]}
Source: medium.com




Shell

Related
check if oh-my-zsh is installed Code Example check if oh-my-zsh is installed Code Example
node sass install error Code Example node sass install error Code Example
error cannot find module 'browser-sync' gulp Code Example error cannot find module 'browser-sync' gulp Code Example
install yarn in react native Code Example install yarn in react native Code Example
install ansible on ubuntu 20.04 Code Example install ansible on ubuntu 20.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16