Can't modify array with pointerHoly cow, I'm sory, my mistake - don't catch this assignment. Thanks a lot!
Can't modify array with pointerWhy line 8 (marked with comment) doesn't change array? [code] #include <iostream> using namespa...
Pass variable to thread as reference (C++14)> You need to avoid race conditions. For example, with: Oh, I just ask how I can work with channel ...
Pass variable to thread as reference (C++14)I want pass variable of custom type to thread creation. And I want pass it as reference. But this co...
Strange vector behaviourI don't understand why I see lines marked with arrows in console. I added c1 and c2 to vector with s...