Answers for "how to run c++ code in notepad++"

C++
0

compile notepad++ c++

npp_save
cd "$(CURRENT_DIRECTORY)"
g++ "$(FILE_NAME)" -o $(NAME_PART) -march=native -O3
NPP_RUN $(NAME_PART)
Posted by: Guest on December-10-2020

Browse Popular Code Answers by Language