7 ms·
This is a specialization of the general statement that C++ is bonkers.
by ts4z 1y ago
This is a specialization of the general statement that C++ is bonkers.
- lblume 1y agoUnlike Rust, C++ at least has specialization...
- MichaelMoser123 1y agoand putting structure instances into an array so that you can refer to them via indexes of the array entries (as the only escape from being maimed by the borrow checker) is normal?
- ts4z 1y agoC++ would be bonkers even if Rust did not exist.
- MichaelMoser123 1y agoyou have a point. The usual approach was to choose a subset of C++ features, so it becomes appropriate for a given project. But yes, the language is huge - as it tries to suite everyone but no one in particular (which is insane)