Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tunah2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tunah2
10y ago
Because kids do better when their parents take care of them, and "programs" can't replace this. Companies have to help out because they're part of society. In exchange they get to do things like limit their liability and
2.
▲
by
tunah2
10y ago
Lazy initialization is one example: void foo() { // initialized once when foo is first called static auto lazy_data = ...; // use lazy_data... } As of c++11, the compiler is required to make this th