How to Run Program C/C++ Program in Netbeans

Part 1 of 3:

If you have NetBeans IDE 8.0 without the C/C++ plugin

If your NetBeans IDE does not show a C/C++ project category when you select File > New Project, complete the following steps to add the C/C++ plugin module to the IDE.

  1. How to Run Program C/C++ Program in Netbeans Picture 1
    If your network uses a proxy, choose Tools > Options > General in the IDE, select Manual Proxy Settings, enter the HTTP Proxy and Port for your proxy, and click OK.
  2. How to Run Program C/C++ Program in Netbeans Picture 2
    Choose Tools > Plugins.
  3. How to Run Program C/C++ Program in Netbeans Picture 3
    In the Plugins dialog box, click the Available Plugins tab, and scroll to the C/C++ category.
  4. How to Run Program C/C++ Program in Netbeans Picture 4
    Select the C/C++ checkbox and click Install to start the NetBeans IDE Installer.
  5. How to Run Program C/C++ Program in Netbeans Picture 5
    In the NetBeans IDE Installer, click Next.
  6. How to Run Program C/C++ Program in Netbeans Picture 6
    Read the license agreement, select the checkbox to accept the terms of the license agreement, and click Next.
  7. How to Run Program C/C++ Program in Netbeans Picture 7
    Click Install.
  8. How to Run Program C/C++ Program in Netbeans Picture 8
    After the installation completes, select either Restart IDE Now or Restart IDE Later and click Finish.
Part 2 of 3:

Installing and Setting Up the Compilers and Tools

  1. How to Run Program C/C++ Program in Netbeans Picture 9
    Compile. After installing the Plug-In, you then require a compiler for compiling C/C++ Codes. The NetBeans C/C++ module has been tested with compilers from Cygwin and MinGW. If you install both Cygwin and MinGW, be careful to keep their installation locations completely separate and do not mix tools from Cygwin and MinGW in one tool collection in the IDE. Install the GNU gcc and g++ compilers, make, and gdb debugger from cygwin.com as follows.
  2. How to Run Program C/C++ Program in Netbeans Picture 10
    Download the Cygwin setup-x86.exe (32-bit installation) or setup-x86_64.exe (64-bit installation) program by clicking Install Cygwin in the left navigation bar, or by clicking the direct setup-x86.exe or setup-x86_64.exe link. Note: The bits of Windows OS, Java, and NetBeans IDE installed on your machine must match. For example, if you are running the 64-bit version of Windows operating system, 64-bit Java and 64-bit Cygwin (that is setup-x86_64.exe) are required to be installed.
  3. How to Run Program C/C++ Program in Netbeans Picture 11
    Run the downloaded Cygwin installer. Accept the defaults until you reach the Select Your Internet Connection page. Select the option on this page that is best for you. Click Next.
  4. How to Run Program C/C++ Program in Netbeans Picture 12
    On the Choose Download Site page, choose a download site you think might be relatively close to you. Click Next.
  5. How to Run Program C/C++ Program in Netbeans Picture 13
    On the Select Packages page you select the packages to download. Click the + next to Level to expand the development tools category. You may want to resize the window so you can see more of it at one time.
  6. How to Run Program C/C++ Program in Netbeans Picture 14
    Select each package you want to download by clicking the Skip label next to it, which reveals the version number of the package to download. At a minimum, select The ones Outlined Below. Packages that are required by the packages you select are automatically selected as well.
    1. gcc-core: C compiler
    2. gcc-g++: C++ compiler
    3. gdb: The GNU Debugger
    4. make: the GNU version of the 'make' utility
  7. How to Run Program C/C++ Program in Netbeans Picture 15
    Click Next to connect to the download site and download the packages you selected, and click Finish when the installation is complete.
  8. How to Run Program C/C++ Program in Netbeans Picture 16
    Now add the Cygwin compiler directory to your path to enable NetBeans IDE to find the tools collection:
    1. Open the Control Panel: - On Windows XP select Start > Settings > Control Panel and double-click System. - On Windows 7, type var in the Start menu's search box to quickly find a link to Edit the system environment variables.
    2. Select the Advanced tab and click Environment Variables.
    3. In the System Variables panel of the Environment Variables dialog, select the Path variable and click Edit.
    4. Add the path to the cygwin-directorybin directory to the Path variable, and click OK. By default, cygwin-directory is C:cygwin (for 32 bit Cygwin distribution) or C:cygwin64 (for 64 bit Cygwin distribution). Directory names must be separated with a semicolon. Your edited path should look something like %SystemRoot%system32;%SystemRoot%;C:Program FilesQuickTimeQTSystem;C:cygwinbin
    5. Click OK in the Environment Variables dialog and the System Properties dialog.
    6. See Verifying the Installation to verify that the tools were installed correctly for the NetBeans IDE.
Part 3 of 3:

MinGW Compilers and Tools

NetBeans IDE 8.0 was tested with Minimalist GNU for Windows (MinGW) and the Minimal System (MSYS) Unix-like environment. Versions tested and installation instructions are shown below. To install the GNU compilers, make, and gdb debugger from mingw.org:

  1. How to Run Program C/C++ Program in Netbeans Picture 17
    Log in to Windows using an account with computer administrator privileges.
  2. How to Run Program C/C++ Program in Netbeans Picture 18
    Download the MinGW installer from http://sourceforge.net/projects/mingw.
  3. How to Run Program C/C++ Program in Netbeans Picture 19
    Run the MinGW installer, which should have a file name similar to mingw-get-setup.exe.
  4. How to Run Program C/C++ Program in Netbeans Picture 20
    Accept the default C:MinGW as the destination folder if possible to minimize any potential difficulty with using the compilers from another location.
  5. How to Run Program C/C++ Program in Netbeans Picture 21
    In the MinGW installer select the following components to install:
    1. mingw-developer-toolkit
    2. mingw32-base
    3. mingw32-gcc-fortran (if you will be working on Fortran programs)
    4. msys-base
    5. mingw32-gcc-g++
  6. How to Run Program C/C++ Program in Netbeans Picture 22
    Select Installation > Apply Changes from the main menu.
  7. How to Run Program C/C++ Program in Netbeans Picture 23
    Click Apply to confirm the installation and wait a few minutes while the installer program downloads the components you selected.
  8. How to Run Program C/C++ Program in Netbeans Picture 24
    You must add the paths to the the binaries for MinGW and MSYS tools to your PATH. If you installed to the default location the paths are C:MinGWbin and C:MinGWMSYS1.0bin.
    1. Click Close when the packages installation is completed.
4.3 ★ | 7 Vote

May be interested

  • How to Make a Java AppletPhoto of How to Make a Java Applet
    applets came with a great promise of embedding software into web pages. it is very powerful if used properly. they are used by some banks for client login, which speaks greatly of its security features. download and install jdk from...
  • How to Create a Network Application in JavaPhoto of How to Create a Network Application in Java
    writing code that executes on a certain device is very satisfying. but, writing code that executes on several devices that communicate with each other is simply life-affirming. this article will teach you how to connect and exchange...
  • How to Download EclipsePhoto of How to Download Eclipse
    eclipse is a open-source application made by the eclipse foundation to help you write java better and it has become the most popular java editor. if you are having trouble getting eclipse for your system here's how you do it. head to the...
  • How to Create a Swing GUI in JavaPhoto of How to Create a Swing GUI in Java
    this article explains how to create simple application that is shown in the figure on the right, giving its source code as well. to place buttons, text labels and other components on the program window, you need to understand about jpanel....
  • How to Disable JavaPhoto of How to Disable Java
    java is a popular programming language and platform for dynamic or interactive websites and web applications. however, java can consume a lot of memory on your device or cause your browser to perform slower than expected. security issues...
  • How to Manipulate Strings in JavaPhoto of How to Manipulate Strings in Java
    strings are sequences of characters. for example, 'hello!' is a string because it is made up of the characters 'h', 'e', 'l', 'l', 'o', and '!'. in java, strings are objects, which means that there is a string class that has fields and...