logo

Compile and run C code using Notepad++ (2021)

npp_save cd "$(CURRENT_DIRECTORY)" cmd /c gcc -o "$(NAME_PART).exe" "$(FULL_CURRENT_PATH)" && "$(NAME_PART).exe"
Course thumb

The C programming language made simple