Run C++ Codes in npp
-
Hi everyone
How can I run my C++ codes in self npp? -
Natively, you cannot.
Fortunately for you, this is a FAQ, “How do I use Notepad++ to Compile my Source Code”, where the example in there actually shows using the gcc compiler to compile c source code and run the resulting executable, so I believe it matches what you want to do and should be easily adapted to your compiler needs.