ruslan.rakhimov's blog

By ruslan.rakhimov, 10 years ago, In English

If you want to used notepad for C++ and don't know how to:
1. Install Notepad++ :)
2. Install NppExec plugin Notepad->Plugins->Plugin manager
3. Install MinGw. Don't forget to set variable PATH.

4. Restart computer (in other way can be errors)
5. Type F6 to open the execute window
6. Write the following commands. Click on Save. Type a name to save the script. For Example: Compile C++ File

7. Go to Plugins->NppExec->Adavanced Options->Menu Item
8. In the compbox select the script recentle created and click Add->OK
9. Go to Settings->Shortcut mappter->Plugins->search for the script name
10. Select the shortcut to use (For example: F9), click ok

  • Vote: I like it
  • +41
  • Vote: I do not like it

»
10 years ago, # |
  Vote: I like it +5 Vote: I do not like it

This tip could be used in many other languages. I have tried with Pascal.

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

can u suggest me best way to take input in notepad++.

  • »
    »
    3 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    just run code in terminal (for windows use wsl) and use command shortcut for that

    command shortcut:

    then write the code and save it

    code:

    after that just run bash command and then you can just run your code using run file_name