Skip to content

Instantly share code, notes, and snippets.

View lzw9560's full-sized avatar
:octocat:
On vacation

Victory lzw9560

:octocat:
On vacation
View GitHub Profile
@lzw9560
lzw9560 / G++.sublime-build(windows)
Created August 17, 2016 02:02 — forked from Xuanwo/G++.sublime-build(windows)
用于在Sublime Text 3基础上构建C/C++IDE,Windows下
{
"cmd": ["g++", "${file}", "-std=c++11", "-o", "${file_path}/${file_base_name}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c, source.c++",
"shell": true,
"encoding":"cp936",
"variants":
[
{