c編譯器mingw
gcc a.c
gcc error:create process no such file or directory
2、增加環境變數*
path後面加上gcc命令的位置
d:\mingw\bin
重啟計算機*
3、notepad++
• full_current_path 當前檔案路徑,如d:\temp\file.cpp
• current_directory 當前目錄,如d:\temp
• name_part 檔名去掉副檔名,如file
編譯執行
cmd /k gcc 「(fu
llcu
rren
tpat
h)"−
o"(full_current_path)" -o "
(fullc
urr
entp
ath
)"−o
"(current_directory)$(name_part).exe」 &pause &"$(current_directory)$(name_part).exe" & pause & exit
編譯cmd /k gcc 「(fu
llcu
rren
tpat
h)"−
o"(full_current_path)" -o "
(fullc
urr
entp
ath
)"−o
"(current_directory)$(name_part).exe」 &pause &exit
執行exe
cmd /k 「$(current_directory)$(name_part).exe」 &pause &exit
編寫乙個測試**
f5執行,
輸入上面的命令,儲存並看習慣指定快捷鍵
配置notepad 程式設計環境
2.將 c mingw64 bin 加入系統環境變數path中,開啟cmd,輸入g v看安裝版本資訊 3.開啟notepad 按f5或點選執行 執行,輸入 cmd k cd d current directory g current directory g current directory g f...
在Notepad 裡配置python環境
點選 執行 在彈出的對話方塊裡輸入 cmd k cd d current directory python full current path echo.pause exit 然後點選儲存,輸入快捷鍵的名字,比如runpython,再定義快捷鍵,比如ctrl f5。這樣寫完 直接按ctrl f5就可...
在Notepad 裡配置python環境
1 首先在語言裡選擇python 2 然後點選執行,在彈出的對話方塊裡輸入 cmd k cd d current directory python full current path echo.pause exit 然後點選儲存,輸入快捷鍵的名字,比如runpython,再定義快捷鍵,比如ctrl ...