Search Results
7/23/2025, 4:47:43 PM
7/19/2025, 5:44:46 PM
>>715879691
It genuinely filters everyone the first two times they try it
Once you've got the actual majority of the syntax and control flow down it becomes fast to learn because you're just reading more of language from the documentation to learn the standard library and the language features. Every detail being marked up explicitly eg. between variables and mutables or passing by reference or by moving values in. By fumbling around in Rust a lot of decently written C++ turned readable for me.
One massive upgrade to C++ is that things are what they say on the tin, there's no jungle of ten different versions of a same or almost same function written at a different time than what you should be working with. This matters especially when learning.
It genuinely filters everyone the first two times they try it
Once you've got the actual majority of the syntax and control flow down it becomes fast to learn because you're just reading more of language from the documentation to learn the standard library and the language features. Every detail being marked up explicitly eg. between variables and mutables or passing by reference or by moving values in. By fumbling around in Rust a lot of decently written C++ turned readable for me.
One massive upgrade to C++ is that things are what they say on the tin, there's no jungle of ten different versions of a same or almost same function written at a different time than what you should be working with. This matters especially when learning.
Page 1