answersLogoWhite

0

Java: At java.sun.com in the download JDKcategory.

C: Google for "Free C/C++ Compilers"

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Why does a java compiler use C language?

The original Java compiler was probably written in C/C++ because an efficient language like C is ideal for writing compilers in.


What is meant by native method in java?

The Java native method is a great way to gain and merge the power of C or C++ programming into Java. To use Java as a scientific and high performance language, when efficient native Java compilers are not fully implemented, use native method can boost the performance to at least the speed of C compiled code.


Where can someone find a list of C Compilers?

One can find a list of C Compilers, along with helpful information at several online sites. Some of these online sites with this information are "Cplus" and "Delorie".


Is there any shortcut in compilers to find required header files for particular function in c c plus plus also does all the compilers have same header files?

You can find a detailed guide on CC plus on geany.org/manual/current/


How come most assembly compilers are written in c?

Most programs are written in C, Assemblers and compilers included.


What are some of the top compilers for the C Computer Language currently used in the technology industry?

There are a number of top compilers for the C Computer Language which is currently used in the technology industry. You can try such compilers as C++, C Front and others.


How can you request a video game?

You can't. However, you could research a programming language like Java or C++, download compilers, photoshop, and various other programs, and make your own game.


All compilers are written in C and to run a C code you need a compiler..how was the first program was compiled?

All compilers were not written in C. Some are written in Assembly Language.


Is there a Java native code compiler?

Native compilers do not create bytecode that are interpreted by a Java Virtual Machine but create native executable.In other words,instead of creating .class files it create .exe. Excelsior JET is one of them. GCJ is second of them. JCGO is the 3rd of them (it translates your Java application into a group of .c/h files which could be compiled to optimized machine native code using a standard C/C++ compiler).


What is the back end for c plus plus?

The back end for C++ is often C. In the early days of C++ compilers, implementors took advantage of the fact that C++ was an extension of C, and wrote C++ compilers that generated C as an intermediate file, passing it to a C compiler. Nowadays, most C++ compilers generate native object code in their own right, although there are still a few implementations that use the C++ to C paradigm.


Can you buy programming software for a reasonable price?

You can actually get it for free if you are looking in the right places. Dev ++ has great software and is free mostly for c and c++. For java you can look on sun's site for free stuff. As always Linux and unix compilers are free and for your using.


What are the features in java that makes it similar to C programming?

Java is not similar to C. Java is, however, similar to C++. Both C++ and Java are object orientated programming languages (OOPL's).