zl程序教程

您现在的位置是:首页 >  后端

当前栏目

[工具] 将Sublime Text 3配置为C++代码编辑器

2023-09-14 08:59:35 时间
    {  
        "path": "C:\\Dev-Cpp\\bin",  
        "cmd": ["g++.exe", "${file}", "-o", "${file_path}/${file_base_name}"],  
        "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",  
        "working_dir": "${file_path}",  
        "selector": "source.c, source.c++",  
        "encoding":"UTF-8",   
        "encoding": "cp936",  
        "variants":  
        [  
            {  
                "name": "Run",                 
             
                "shell": true,  
                "cmd" : ["start", "cmd", "/k", "${file_path}/${file_base_name} &&echo. & pause && exit"]  
            }  
        ]  
    }