i want to ask how to execute our coding. i mean that i want to see the result of my coding. How to make it works?
Notepad++ is a code _editor_, not a development environment. It does not compile or check your code.
> Notepad++ is a code _editor_, not a development environment.
Well, not exactly. With it's plugin system and the variety of available plugins, it could be an IDE.
> i want to ask how to execute our coding.
Use nppExec plugin to call compiler/interpreter with your source code.
Don
i want to ask how to execute our coding. i mean that i want to see the result of my coding. How to make it works?
Notepad++ is a code _editor_, not a development environment. It does not compile or check your code.
> Notepad++ is a code _editor_, not a development environment.
Well, not exactly. With it's plugin system and the variety of available plugins,
it could be an IDE.
> i want to ask how to execute our coding.
Use nppExec plugin to call compiler/interpreter with your source code.
Don