/dpt/ - Daily Programming Thread

I've been learning java for the past week and it seems fairly straightforward and user/newbie friendly so far; what's the logic behind doing C first?

What controls are you using? check the sender object and event for what you need.

It's the 1st in Samoa and Kiribati?

>pacific islands
>relevant countries

Anyone tried using clang-cl on bindows? Boost is giving me shit, I guess it's msvc macros are not working properly.

In C++
a += b = c;
does c = b or does c = a + b ?

Assignment has lowest precedence.

Can someone explain to me why people go full sperg about namespace pollution all the time? Like, when is that ever a problem?

First b becomes c, then a increases by b.

It's good for autocomplete, I guess.