Not possible.
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.
Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect
Every languages are different, a C++ compiler cannot compile a Java source.
Visual Studio Express.
No. (Of course you should specify what compiler you are talking about.)
It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.
The original Java compiler was probably written in C/C++ because an efficient language like C is ideal for writing compilers in.
C++ compiler, obviously, a C compiler won't do.
With the aid of a diagram,illustrate how the c plus plus compiler works?
There is no such thing. An "assembler" is a program that converts assembly language code, into machine language. Other programming languages have a "compiler", which is more or less equivalent.
A compiler. We can also use an interpreter to translate high-level code as it is executed, however in order to create a stand-alone executable we must use a compiler. A compiler is simply a program that translates high-level code to a lower-level code (but not necessarily machine code). For instance, the Java compiler emits Java byte code which is suitable for interpretation by the Java virtual machine.
They are different languages, each of them requires its own compiler.