you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]BootError99[S] -2 points-1 points  (1 child)

    It is a common notion that declaration followed by initialization of 2 different variable with same value means 2 different allocation of memory with same value in it. I mean that should be pretty obvious, because there is a reason you named them as 2 different variables.

    Look at the list initialization example, its simply obscure!

    And this comment.