+ 1
is c++ important ws other languages??
just bqsic language
3 ответов
+ 6
*cracks knuckles*
1) If you use Python, it's written in C, which is even lower level than c++
2) C or C++ will 'always' be faster than a higher level (more abstract) language
3) C++ is basically C with objects and lovely tools to make life easier. Try doing in C what C++ can do in one statement.
4) All operating systems (as far as i know) all come pre-installed with c/c++ libraries, since it was standardized in the late 90s
5) C++ can redefine any operator, that includes BEDMAS.
6) C doesn't know what a string is (all chars!) without an external library, C++ does. It's a pain sometimes to program in C. lol
7) Your major video game titles are all written in c or c++
8) c/c++ lets you work with the hardware and memory directly. If you don't recognize the significance of this, then you're missing out.
+ 15
Don't let @Ace see this... -_-
C++ is quite the important one..
https://www.sololearn.com/Discuss/280672/?ref=app
- 3
no