10 years, 9 months ago
Highlights
Community contributions featuredOf course, those of us who write firmware will not go through all this trouble just to get the size, we just straight use the ARRAY_SIZE definition to save precious clock cycles…
10 years, 9 months ago
10 years, 10 months ago
10 years, 10 months ago
I've almost never called std::move on a unique_ptr myself; that should be mostly called by container classes e.g. vector in a normal program, and I you wouldn't often be…
10 years, 10 months ago
As you are no doubt aware, in C++ it is preferable to avoid new and delete in your program. Modern C++ provides some nicer ways to achieve this with unique_ptr: Inst…
10 years, 10 months ago
Latest Activity
See all in DiscussionsOf course, those of us who write firmware will not go through all this trouble just to get the size, …
10 years, 9 months ago
I've almost never called std::move on a unique_ptr myself; that should be mostly called by container classes e.g. vector …
10 years, 10 months ago
As you are no doubt aware, in C++ it is preferable to avoid new and delete in your program. Modern C++ …
10 years, 10 months ago