5 ms·
My suggestion is straight from the C++ guidelines by Bjarne Stroustrup and Herb Sutter (ES.102: Use signed types for arithmetic), for reasons that you don't see
by skylabmelody 1y ago
My suggestion is straight from the C++ guidelines by Bjarne Stroustrup and Herb Sutter (ES.102: Use signed types for arithmetic), for reasons that you don't seem to grasp.
- ChrisRR 1y agoThere's a reason they're guidelines and not rules. Use whatever is most appropriate for your use case