0
Why c++ is more popular among competitive coding aspirant than java Or what makes c++ faster than java?
2 Antworten
+ 1
Similar ones :
https://www.sololearn.com/discuss/1029727/?ref=app
https://www.sololearn.com/discuss/1516511/?ref=app
https://www.sololearn.com/discuss/1252793/?ref=app
https://www.sololearn.com/discuss/284896/?ref=app
https://www.sololearn.com/discuss/103179/?ref=app
https://www.sololearn.com/discuss/206952/?ref=app
https://www.sololearn.com/discuss/338448/?ref=app
0
C++ is a low level programming language, you have to compile source before start. Java programs runs in virtual machine so in fact it's much more complicated application, and slower than compiled c or c++ app. The reason why some would choose c/c++ instead of java could be speed, small amount of memory or even the fact, that someone knows only c/c++ :)
There are pros and cons about using particular programing language, as everywhere :)