adspace
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