adspace


How do I run a program in notepad ++?

Answer Posted / Anshu Rathi

To run a C++ program in Notepad++, follow these steps: (1) Install the NppExec plugin. (2) Write your code in Notepad++ and save it with a .cpp extension. (3) In the Plugins > NppExec > Execute... dialog box, write the command to compile and run your program (e.g., g++ -o outputfile filename.cpp && outputfile). (4) Press Run.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can union be self referenced?

1267


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1165


daily Routine of father

1485


What character terminates all character array strings a) b) . c) END

1397


What is the latest version on c++?

1209