is c++ important ws other languages?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

is c++ important ws other languages??

just bqsic language

11th Nov 2017, 4:01 PM
Patil
3 Answers
+ 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.
11th Nov 2017, 4:25 PM
Sapphire
+ 15
Don't let @Ace see this... -_- C++ is quite the important one.. https://www.sololearn.com/Discuss/280672/?ref=app
11th Nov 2017, 4:03 PM
Frost
Frost - avatar
- 3
no
11th Nov 2017, 4:01 PM
Patil