5 ms·
I mean it depends on the project and scope, but if you just write C-style code but use unique_ptr, vector, string, and <algorithm>, you're already at an advanta
by pubby 2y ago
I mean it depends on the project and scope, but if you just write C-style code but use unique_ptr, vector, string, and <algorithm>, you're already at an advantage.
- hnthrowaway0328 2y agoYeah and auto. Unique pointers really make one think about ownership.
- roeles 2y agoI would recommend replacing macros with constexpr to allow type checking.