Jump to content
IP BARU: 104.234.180.158:7777 ×

Sublime Text | Compile and Run C++ Program


Recommended Posts

Posted

{ "cmd": ["g++", "-Wall", "-std=c++14", "$file", "-o", "${file_path}/${file_base_name}.exe", "&&", "start", "cmd", "/c", "${file_path}/${file_base_name}.exe & echo. & echo. & pause"], "selector": "source.cpp", "working_dir": "${file_path}", "shell": true }

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...