Menu

run a C++ program

2007-10-23
2012-11-13
  • Nobody/Anonymous

    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?

     
    • Nobody/Anonymous

      n++ has no build in compiler so you will need an external one

       
      • Nobody/Anonymous

        For free compilers, there's Microsoft's Visual Studio Express, Bloodshed Dev C++, and just good ol' g++.