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?
/dpt/ - Daily Programming Thread
John Robinson
Brandon Morris
What controls are you using? check the sender object and event for what you need.
Kevin Hughes
It's the 1st in Samoa and Kiribati?
Xavier Kelly
>pacific islands
>relevant countries
Jose Allen
Anyone tried using clang-cl on bindows? Boost is giving me shit, I guess it's msvc macros are not working properly.
Joseph Gonzalez
In C++
a += b = c;
does c = b or does c = a + b ?
Jaxon Sanchez
Assignment has lowest precedence.
Isaac Gutierrez
Can someone explain to me why people go full sperg about namespace pollution all the time? Like, when is that ever a problem?
Blake Lee
First b becomes c, then a increases by b.
Jeremiah Walker
It's good for autocomplete, I guess.