EditPlus is a plain-text editor. You use it to edit plain text, just as you would with Windows Notepad, albeit with a lot more features such as syntax highlighting. It cannot be used to run C and C++ programs directly, however you can integrate a 3rd-party compiler. I don't use EditPlus myself, but the documentation should tell you how to go about integrating your compiler.
Chat with our AI personalities
Debugging is a way of running the program to locate any errors that may arise at run-time.
d a tool for analysing c plus plus program
Every C plus plus program that is a main program must have the function 'main'.
You need to find out what exactly it's missing. Usually it's a dll, which was not included in the program itself. But you have it installed on your computer.
example output of c++ calculator