User profile: afedorov

User info
User name:afedorov
History
Joined:
Number of posts:59
Latest posts:

Implement iterator
one more question. If I have array of pointers will it be the same? For example [code]int **data[/co...

Implement iterator
Nice, thank you

Implement iterator
I read somewhere that it is possible to implement an `iterator` through defining begin/end methods, ...

When is move assignment/constructor is called
fixed logging error - assignment movement works. Ok it is getting better, let's try this example [...

When is move assignment/constructor is called
I am trying to understand when is the move constructor assignment is called: [code]#include <stri...