answersLogoWhite

0

To use C++ in Netbeans you will need a C++ compiler.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How can you install C plus plus compilers in Netbeans?

The Netbeans website provides a comprehensive FAQ detailing how to install the C/C++ plugin as well as integrating your chosen C/C++ compiler, linker and debugger package.


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.


How do you add more than two numbers in C plus plus?

sum = a + b + c;


What is the need for c plus plus?

Primarily to add object oriented programming methods to the C language.


Is there any benefit in a C plus plus program to add two matrices?

No.


What did C plus plus add to the C language?

Object-oriented programming principals, a more consistent syntax and improved type-safety.


How do you know when you need to use addition?

When you see this sign: + plus add plus add ++++++++ , but not when you see : A+, B+, C+, D+. That is your grade. By: super answerer


What is a plus c?

That depends how much "a" is, and how much "c" is. You can basically assign any value to these variables (letters); then add them up to get "a + c".


How to complete this C plus plus End Of File controlled while loop program?

Add the missing parts.


What is the verbal expression for c plus 2d?

The verbal expression for "c plus 2d" can be stated as "the sum of c and twice d." This indicates that you take the value of c and add it to two times the value of d.


How do you declare a string array and add elements to it in C plus plus?

You cannot add elements to a fixed array in C or C++. If, however, the array is declared as a pointer to an array, you can add elements by allocating a new array, copying/adding elements as needed, reassigning the new array to the pointer, and deallocating the original array.


-12 plus c equals 19?

-12 + c = 19 Add 12 to both sides: c = 19+12 = 31