MosesA
MosesA

Reputation: 965

Running a program on Notepad++

How can I run a program with Notepad++ if I have Netbeans installed? I don't want to use an IDE so I can get better at programming.

Upvotes: 0

Views: 297

Answers (1)

calebds
calebds

Reputation: 26228

Notepad++ can't run programs. You'll need to find a compiler, interpreter, and/or runtime for the language in which your program is written.

Upvotes: 5

Related Questions