TOP C Articles
View more articlesCustom template type class: strong_typedef
Start using custom classes instead of build-in one for wrapping existing types and associates with a...
Access private data in C++
Find out how to access private class data in C++ with standard available approaches and without awfu...
Replace raw pointers with: object_ptr
Provide a pointer-like object that won't own the pointee and can be used as a replacement of raw poi...
Getting index of the element in a for loop with an indexed_view
Use the `for` loop to get the element's index when iterating over indexed_view and index-based array...
Begin and End with range-based for loops
Start using `begin` and `end` without defining a global function templates or via preferences of `st...