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.
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
No.
void main() { int *x = malloc(sizeof(int) * 10); }
Because you aren't careful enough.
Yes, you can program games with C++.
To make C++ code into an executable program, you need a compiler. Compilation of a program doesn't have to be on the same computer as the one it's intended to be used on.
Debugging is a way of running the program to locate any errors that may arise at run-time.
Exit the program and relaunch it.
d a tool for analysing c plus plus program
oh well. it is like this
By learning how to program on C+.
C++ is an extension of C, and was invented by Bjarne Stroustrup.
Every C plus plus program that is a main program must have the function 'main'.