User profile: GoForBroke

User info
User name:GoForBroke
History
Joined:
Number of posts:5
Latest posts:

Can't modify array with pointer
Holy cow, I'm sory, my mistake - don't catch this assignment. Thanks a lot!

Can't modify array with pointer
Why 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 behaviour
I don't understand why I see lines marked with arrows in console. I added c1 and c2 to vector with s...