0
Is C++ useful yet?
9 Respostas
+ 5
mohammad ali Sheikh If you don't know, most engineers use C++ for their job.. because it is often used for making games, manipulating data or making webs/reading file. C++ allows you to optimize your code, as it runs your code really smooth..
However, it's not easy to learn.. since there are lots of thing on C++ that other languages don't have like pointers, getting address(for faster code)..while Java, C# and Python provides another way of storing data types: List, Dictionary(HashMap in Java) and Set(HashSet in Java and C#), I believe C++ have none of these..
Nevertheless, it is often used for manipulating data, making webs and games, as it provide fast and smooth code, and makes your code works more efficiently..
+ 4
"C++ was designed with systems programming and embedded, resource-constrained software and large systems in mind, with performance, efficiency, and flexibility of use as its design highlights. C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications, including desktop applications, video games, servers (e.g. e-commerce, web search, or databases), and performance-critical applications (e.g. telephone switches or space probes)."
https://en.m.wikipedia.org/wiki/C%2B%2B
You see, there is an abundance of potential use cases.
+ 3
Dragon RB
C++ has a solid standard library which contains implementations of many containers, algorithms and most features that other programming languages provide. I believe you're mistaking it with C which has a much more primitive standard library.
+ 2
Yes, and thank you for your time.
+ 1
yes.
+ 1
XXX
Maybe you can consider it as a mistake or my English grammar. Thanks for correcting me.
But I find it difficult, because I don't know how storing data(like list, dictionary,etc) in C++ works, neither are some C++ algorithms..
0
In which parts it is being used?
0
Sorry for my english.
0
Thank you for your attention Dragon RB