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

Full text and comments »

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