C ++
C++ 14
!! We use Following code to Build c++14 Build with System in Sublime Text 3 :
{ | |
"cmd": ["g++.exe","-std=c++14", "${file}", "-o", "${file_base_name}.exe", "&&" , "${file_base_name}.exe<inputf.in>outputf.in"], | |
"selector":"source.cpp", | |
"shell":true, | |
"working_dir":"$file_path" | |
}STEP : 1Open New build System as mention in above picture...STEP : 2Copy above code and Save it as name = c++14This file name is save under JSON(******) package. |
Comments
Post a Comment