answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run c and c plus plus program in edit plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is debugging in c plus plus?

Debugging is a way of running the program to locate any errors that may arise at run-time.


Lint is a compiler b a interactive debugger c a cinterpreter d a tool for analysing c plus plus program?

d a tool for analysing c plus plus program


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


Why can't my C plus plus program be run on other people's computers do I need an installer or something?

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.


What are the Example Output of Calculator Program in C plus plus?

example output of c++ calculator

Related questions

Is it possible to immediately run your C plus plus program without compiling it?

No.


Which Program that will run in C but not in C plus plus?

void main() { int *x = malloc(sizeof(int) * 10); }


Why does sometimes when you run a program it will execute the previous program instead the current open program in C plus plus?

Because you aren't careful enough.


Can you program games with c plus plus?

Yes, you can program games with C++.


How can you turn a C plus plus program into a dot exe to run on a PC without a compiler?

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.


What is debugging in c plus plus?

Debugging is a way of running the program to locate any errors that may arise at run-time.


How to restart c plus plus program?

Exit the program and relaunch it.


Lint is a compiler b a interactive debugger c a cinterpreter d a tool for analysing c plus plus program?

d a tool for analysing c plus plus program


How do you edit a node in linked list C plus plus?

oh well. it is like this


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


Where did C plus plus program come from?

C++ is an extension of C, and was invented by Bjarne Stroustrup.


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.