-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Debunking C++ Myths
By :

To summarize, Rust has a few advantages over C++. By being a newer language, it has the advantage of learning from its predecessors and using the best patterns available. I find the combination of immutability with the ownership model to be very good at code that works well by default. It might take a bit to learn since it’s not the typical memory management style, but once you understand how to use it, it allows you to write code that works without much challenge.
The unit testing support in the standard library, the package manager, and the multi-editor support should be part of any modern programming language. The syntax is nicer when it comes to closures and compound types.
We might wonder at this point: does C++ stand a chance? Why and where?