Answers for "how to use notepad ++ to compile and run c programs"

C++
1

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

Code answers related to "how to use notepad ++ to compile and run c programs"

Browse Popular Code Answers by Language