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 : 1






Open New build System as mention in above picture...

STEP : 2

Copy above code and Save it as name = c++14

This file name is save under JSON(******) package.










Comments

Popular posts from this blog

About RAM

Data Types in C