notePad++配置C/C++編譯運行環境__C++

來源:互聯網
上載者:User

第一步:按組昂Cygwin

安裝cygwin,注意要選擇安裝gcc和g++。

在系統內容路徑中添加(cygwinDir)/bin

第二步: FunctionList_2_1_UNI_dll.zip安裝 下載並解壓  FunctionList_2_1_UNI_dll.zip 。
將 FunctionList.dll 複製到Notepad++ 的 plugins 目錄下。

   將C++.flb、FunctionListRules.xml、Gmod Lua.bmp 複製到 plugins\Config 目錄下。

第三步:NppExec安裝

        下載並解壓  NppExec_041_dll_Unicode.zip         將 NppExec.dll 和目錄NppExec 複製到Notepad++ 的 plugins 目錄下。         將doc目錄下的 fparser.html、NppExec.txt、NppExec_Manual.chm、NppExec_Manual.knt、NppExec_TechInfo.txt 複製到 plugins\doc\NppExec         目錄下         重啟NotePad++。 第四步:配置nppExec

G++輸入到時候改為:   

cmd /c "g++ -o $(CURRENT_DIRECTORY)\$(NAME_PART) $(FULL_CURRENT_PATH) ""$(CURRENT_DIRECTORY)\$(NAME_PART).exe"

點擊“Save...”按鈕儲存,命名為“CompileC++”    

  C的改為

cmd /c "gcc -o $(CURRENT_DIRECTORY)\$(NAME_PART) $(FULL_CURRENT_PATH) ""$(CURRENT_DIRECTORY)\$(NAME_PART).exe"

點擊“Save...”按鈕儲存,命名為“CompileC”  

將“CompileC”,“CompileC++”添加到宏菜單(Macros)下
外掛程式-->NppExec-->Advanced options 在Associated script:下面下拉框中選擇“CompileC”,“CompileC++”,點擊“Add/Modify”按鈕將它們依次添加到Menu items下面的列表中。
選擇 "Place to the Macros submenu"複選框。

配置後介面就有了:

最後測試下:




參考文獻:

http://blog.csdn.net/lamp_zy/article/details/8043697

http://www.cnblogs.com/FreeAquar/archive/2012/06/19/2555208.html

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.