Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programmer's Music Mix for Dark Minds

Name: Anonymous 2016-12-30 0:47

Get to work
Enterprise IntelliJ Java Beans and Node.js ES6 Enterprise frameworks
Pajeet just won't stop talking about his shitting street
Need something to cut out the noise
Can count on Programmer's Music Mix for Dark Minds every time

https://www.youtube.com/watch?v=6dkqVj7heiA

Name: Anonymous 2017-01-10 0:14

>>40
Sounds like somebody needs to reread DA STANDARD.

>>44
The volatile keyword is mainly to tell the compiler not to make any assumptions when optimizing, as the usual assumptions may not be accurate. It's basically telling the compiler "don't try to be smart, or you'll probably just end up fucking things up". What >>34 is talking about is functions that do not have any sort of state, i.e. that is for every specific combination of explicit parameters, they have a single well-defined return value. For example, time(NULL] is an impure function, since its return value depends on the state of the system clock, which is not provided as an explicit argument. Likewise, the rand() function is impure, since it takes no arguments (and thus has only one COMBINATION of arguments that is valid), yet its return value is unpredictable.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List