Live data from Hacker News

Viewing profile — shift_reset

shift_reset

HN member
Joined
Thu, Aug 22, 2019, 10:14 PM UTC
HN karma
3
Public activity
2 items

About shift_reset

No profile information was provided.

Recent public activity

  1. comment
    Comment #20774804

    That's what the static keyword means in those array declarators. void func(int x[static 10]); must be called with an argument that is a pointer to the start of a big enough array o…

  2. comment
    Comment #20772893

    The article has examples of array parameters like int b[const 42][24][*] but you can get more fun with variably modified array parameters instead of just constants like 42. For exa…