+ 4

How can I write PYTHON , JAVA , C++ or any other languages in NOTEPAD ++ ?

In NOTEPAD ++ I have seen that there are options for writing programs in different languages but when selected particular language there it doesn't works. So is there anything else required to write the languages . if yes so please tell. Every help will be very important.

7th Jul 2018, 7:44 AM
OM KASHYAP
OM KASHYAP - avatar
3 Respuestas
+ 1
You can write programs of any language in np++ remember to save it with the correct extension of file, it just a text editor, guess you are asking about why won't they compile in np++. to compile or run these scripts you require to install particular compiler or interpreter. and after that you can run through the command line. That's where IDE plays their role, they provide you a text-editor, compilers, debuggers all at a single plateform.
7th Jul 2018, 8:09 AM
Nikhil Dhama
Nikhil Dhama - avatar
+ 4
Nikhil Dhama so how can I do this. please can you help me out
7th Jul 2018, 8:18 AM
OM KASHYAP
OM KASHYAP - avatar
0
although i never used np++ before☺️ hope this link helps you, https://stackoverflow.com/questions/2506400/how-to-compile-and-run-c-files-from-within-notepad-using-nppexec-plugin you can install a plug-in for np++ to compile codes right through the np++.
7th Jul 2018, 8:21 AM
Nikhil Dhama
Nikhil Dhama - avatar