Live data from Hacker News

Viewing profile — exprF

exprF

HN member
Joined
Thu, Nov 10, 2016, 5:19 PM UTC
HN karma
2
Public activity
2 items

About exprF

No profile information was provided.

Recent public activity

  1. comment
    Comment #12922335

    It has everything to do with includes. Just think how implicit declarations are defined.

  2. comment
    Comment #12922295

    I dislike your choice, too. So? int count_bits(uint32_t x) { static const uint32_t mask[] = { 0x55555555, 0x33333333, 0x0f0f0f0f, 0x00ff00ff, 0x0000ffff }; for (int i = 0, shift = …