java - Why does Eclipse not come with a compiler? -
i'm new c++ programming. literally started , know nothing programming. watched tutorial online downloaded eclipse c/c++ , installed compiler equation.com , installed jdk.
1.) why eclipse not come compiler default?
2.) how know compiler download, there different types advantages on others?
3.) why jdk need installed?
thanks!
1.) why eclipse not come compiler default?
i sorry if missed don't think need install jdk c++ compiler installation in ide. sure why eclipse doesn't come inbuilt c++ compiler 1 of reason might eclipse ide java/j2ee components overloading ide c++ compiler or other popular compiler/interpreter doesn't makes sense.also might user configure these utilities themselves.
2.) how know compiler download, there different types advantages on others?
you can search online repositories installing c++ compiler (just tool button , search c++ or repositories, think allows english keywords searching).
3.) why jdk need installed?
as told eclipse built ide java/j2ee development.and jdk provides tools/utilities helping development or writing code. tools debugger,monitor etc. 1 last note, while writing program in java in eclipse see suggestions intend write.those suggestions helpful faster typing removes headache of remembering methods etc.those suggestions comes via jdk.
Comments
Post a Comment