Search
 
SCRIPT & CODE EXAMPLE
 

CPP

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}'"]
   }
 ]
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: Bresenham line drawing opengl cpp 
Cpp :: vector to string cpp 
Cpp :: c++ back() 
Cpp :: how to find min of two numbers in c++ 
Cpp :: sort vector of strings 
Cpp :: substr in cpp 
Cpp :: new c++ 
Cpp :: how to use toString method in C++ 
Cpp :: find in vector 
Cpp :: c++ open file explorer 
Cpp :: automatic legend matlab 
Cpp :: unordered_map contains key 
Cpp :: array length c++ 
Cpp :: length of number c++ 
Cpp :: travelling salesman problem c++ 
Cpp :: cpp define function 
Cpp :: c++ syntax 
Cpp :: insert element in array c++ 
Cpp :: explicit c++ 
Cpp :: system cpp 
Cpp :: c++ vector 
Cpp :: substring in c++ 
Cpp :: ue4 c++ replicate actor variable 
Cpp :: Syntax for C++ Operator Overloading 
Cpp :: hierarchical inheritance in c++ employee 
Cpp :: c++ check that const char* has suffix 
Cpp :: c++ add input in 
Cpp :: for auto c++ 
Cpp :: STD::ERASE FUNCTION IN C++ 
Cpp :: pointers c++ 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =