|
|
|
|
|
by Pacabel
4446 days ago
|
|
I think that C++ is so useful in practice because it gives you most of each of those, rather than just some of two (or even just one) of them. Programs written in C++ aren't necessarily the fastest out there, but they're usually pretty close. They're at least almost always better than what you'd get when using most other languages. And the same goes for safety. It may not allow you to write bulletproof code, but using modern C++ techniques can go a very long way toward avoiding many common problems with relative ease. C++ may not be the most productive language for some developers, but it still does quite a good job of offering a wide variety of functionality, reasonably high-level constructs, good library support, and decent tooling. |
|