+ 1
How compiler is created ?
I think Compile is also an type of Software . Then how compiler crated ... Does its created in C++ ... How compiler Work ?
4 ответов
+ 2
Computer language is actually "machine language"
C Compilers are written in B language and B compiler was written in BCPL which generally came from assembly language
hope that answered your question :)
+ 1
Compilers actually take the language you are writing (lets assume c++) and converts it into a bunch of Zeros and Ones (0 & 1) which is the original machine language that computer understands
+ 1
Btw Modern softwares (also compilers) are written in C++ / java etc
so, a c++ compiler can be written in c++
+ 1
Hello priyanshu ,
Yes, compiler is a software .
suppose you wanted to compile C++ program then u use GCC or VB .. these are the compiler.
There are certain people who hates Terminal compilation , they use GUI compiler
such as
code::block , eclipse etc
these above GUI compiler prebuild and plugin with GCC compilers .
yes there are a lot of compiler which written in c++
code::block
tiny compiler
code lite
etc .....