MinGW compiler is mostly used for compiling native Microsoft Windows applications. It carries a set of freely distributable header files and static import libraries to enable the use of the Windows API.
C and C++ are both programming languages whereas Dev C++ is an implementation of C/C++. Dev C++ is free, was written in Delphi and includes the MinGW compiler.
A Java compiler.
Yes. Microsoft Visual C++ implements both 32-bit and 64-bit Windows (all versions), as does Embarcadero C++ Builder. MinGW-w64 is the open source equivalent.
Cygwin is a Unix like environment that runs on top of windows, in particular it allows us to use the GNU Compiler Collection (GCC) to compile our programs. To install GCC on Windows XP, visit the link in Related Links section. The link shows a good and step by step tutorial. (The MinGW environment is an alternative way to run gcc on Windows. Unlike Cygwin, it does not provide a POSIX environment.)
-Single pass compiler -Multi pass compiler -Cross compiler -Optimizing compiler
C++ compiler, obviously, a C compiler won't do.
YACC, which stands for Yet Another Compiler Compiler, is considered a parser generator. This family of computer programs is used to decipher source code in programming. This type of program is used with almost all computer programs, but YACC has mostly been replaced by more recent programs.
compiler used to convert high level language coad into machine level language
gcc is the most common C-compiler for GNU/Linux platform.
cross compiler . hybird compiler . post compiler. ideal compiler. intelligence compiler.
visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp
gcc is a c compiler among many other things. It can also be used to compile code in other languages. gcc is a fairly advanced compiler and is used to compile Linux along with most other free(as in free speech) software.