2016年12月20日 星期二

C++ environment

MinGW

Notepad++

Plugin -> NoteEXEC

F6 ,
npp_save
cd "$(CURRENT_DIRECTORY)"
g++ "$(FILE_NAME)" -o $(NAME_PART) -march=native -O3
NPP_RUN $(NAME_PART)

//How to Compile/Execute C/C++ code in Notepad++ with MinGW
Notepad++ is a free open source editor that supports several programming languages.
In this video; I'll show you how you can run C and C++ program under Notepad++ using the Minimalist Gnu for Windows with the use of the NppExec plugin and the script below ://
https://www.youtube.com/watch?v=zLpaYVIoXqc

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。