Horje
how to add c++14 in sublime text Code Example
how to add c++14 in sublime text
{
 "cmd":["bash", "-c", "g++ -std=c++14 -Wall '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'"],
 "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
 "working_dir": "${file_path}",
 "selector": "source.c, source.c++",
 "variants":
 [
   {
     "name": "Run",
     "cmd":["bash", "-c", "g++ -std=c++14 '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'"]
   }
 ]
}




Cpp

Related
remove a element from an array c++ Code Example remove a element from an array c++ Code Example
how to convert int to FString c++ ue4 Code Example how to convert int to FString c++ ue4 Code Example
Structure of s void function Code Example Structure of s void function Code Example
run c++ files on chrome book Code Example run c++ files on chrome book Code Example
c++ synchronization primitives example programs Code Example c++ synchronization primitives example programs Code Example

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