Menu

How to execute coding

2008-01-09
2012-11-13
  • Nobody/Anonymous

    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?

     
    • Nobody/Anonymous

      Notepad++ is a code _editor_, not a development environment. It does not compile or check your code.

       
      • Don HO

        Don HO - 2008-01-09

        > 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