TOP C Articles

View more articles

Custom template type class: strong_typedef

C 29 May 2019 976

Start using custom classes instead of build-in one for wrapping existing types and associates with a...

Access private data in C++

C 25 Jun 2019 974

Find out how to access private class data in C++ with standard available approaches and without awfu...

Replace raw pointers with: object_ptr

C 21 Mar 2019 962

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

C 25 Mar 2019 955

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

C 23 Feb 2019 935

Start using `begin` and `end` without defining a global function templates or via preferences of `st...

Previous 1 2 3