17 Jan Run first C++ Program in Notepad++ and MinGW
Let us see how to run c/c+ program in Notepad++ and MinGW. We will execute the program in Notepad++ using MinGW. Following is the code:
1 2 3 4 5 6 |
npp_save cd "$(CURRENT_DIRECTORY)" g++ "$(FILE_NAME)" -o $(NAME_PART) -march=native -O3 NPP_RUN $(NAME_PART) |
Video Tutorial – Run C++ in Notepad++ and MinGW
If you liked the tutorial, spread the word and share the link and our website Studyopedia with others:
Support us: DONATE
Read More:
No Comments