- Home
- Native
TOP Native Articles
View more articlesPitfals of Cloneable in Java
How to create a deep copy of ArrayList via clone() ? Find out that there are some interesting defaul...
Custom 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...