用sublime text3 直接編譯C/C++

來源:互聯網
上載者:User

標籤:c++   images   環境   cto   視窗   ctrl   tool   控制台   就會   

首先你得下載好

這是我之前安裝codeblocks時留下的裡面有cpp,c++,gcc,g++.

第二步就是建立環境變數

這三個配置完成就ok 了

然後進入sublime text 3中,找到工具(tools),在編譯系統中,選擇新編譯系統。

因為是C/C++,所以會用到cin,cout之類的IO流,這時候需要用到cmd然後在裡面添加如下代碼:

{    "working_dir": "$file_path",    "cmd": "gcc -Wall \"$file_name\" -o \"$file_base_name\"",    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",    "selector": "source.c",    "variants":     [        {           "name": "Run",            "shell_cmd": "gcc -Wall \"$file\" -o \"$file_base_name\" && \"${file_path}/${file_base_name}\""        }    ]}

路徑為預設路徑即可,名稱為“ name.sublime-build ”即可name是自己取的,然後儲存。

按下按鍵組合“Ctrl“+“Shift“+“b“就會彈出編譯命令選擇視窗 ,選擇“name-Run“編譯,結果就會出現在sublime下方的控制台上。

之後就只用按“Ctrl ” + " b "即可

用sublime text3 直接編譯C/C++

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.