|
|
|
|
|
by omegalulw
1512 days ago
|
|
One of the core benefits of C++ is that it is a high level language that's still super close to the hardware. Switching from C++ to other languages, if you have mastered C++, should largely be a question of "what things are automatically done for me" which is very different from "what are these new things I need to do" that you have to deal with when you switch between other languages. |
|
This is also the main selling point of Rust, IMO.