answersLogoWhite

0

How do we add the C plus plus category in Netbeans?

Updated: 8/19/2019
User Avatar

Sasockee

Lvl 1
9y ago

Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do we add the C plus plus category in Netbeans?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


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


How many bytes are there for a plus b plus c?

It completely depends the datatype that you have assigned for the variables 'a' , 'b' , and 'c'. Check the compiler that you are using for the size of the datatype in bytes. Add them and thus you will get the answer.