Is C++ good compared to other languages? Is there a benefit after learning C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is C++ good compared to other languages? Is there a benefit after learning C++?

C++ Opinion

3rd Jun 2018, 9:38 PM
Alem Alvis
Alem Alvis - avatar
5 Answers
+ 5
Its very fast and it is generally used to code operating system and other stuff where you interact with hardware.
4th Jun 2018, 2:24 AM
Chironton Shotto
Chironton Shotto - avatar
+ 5
It’s fast :) So if you need high performance C++ is the way.
3rd Jun 2018, 10:44 PM
Pedro Demingos
Pedro Demingos - avatar
+ 1
c++, as we know is an object-oriented programming language you can get a good job in future, you can easily learn other programming languages like Java, c# that are actually derived from this language.
4th Jun 2018, 9:43 AM
FUNC@T
FUNC@T - avatar
+ 1
C++ is another object oriented programming language...and has good execution speed and also has good interaction with components
4th Jun 2018, 12:43 PM
Prabhat Thakur
Prabhat Thakur - avatar
+ 1
C++ has been a foundation languagefor many other languages, and it was introduced way back in the 1980s. Consequently, C++ has a much more prominent appearance in applications. Both C++ and C# are object-orientedlanguages, although C++ is considered a harder language to work with. C++ is a highly portable language and is often the language of choice for multi-device, multi-platform app development C++ is an object-oriented programming language and includes classes, inheritance, polymorphism, data abstraction and encapsulation. C++ has a rich function library
4th Jun 2018, 12:47 PM
Kavina
Kavina - avatar