I'm new to notepad++, but how would you get a C++ program to run? Do I need an extra program to do so? Or does notepad++ have something built in that can compile and run the program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm new to notepad++, but how would you get a C++ program to run? Do I need an extra program to do so? Or does notepad++ have something built in that can compile and run the program?
n++ has no build in compiler so you will need an external one
For free compilers, there's Microsoft's Visual Studio Express, Bloodshed Dev C++, and just good ol' g++.