Viewing profile — powzapbiff
powzapbiff
HN member- Joined
- Thu, Jul 16, 2015, 8:28 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About powzapbiff
No profile information was provided.
Recent public activity
-
comment
Comment #20869837
The code: const size_t buffer_size = 5; int buffer[buffer_size]; compiles fine in c, but not for the same reason. C99/C11 has dynamic arrays https://en.wikipedia.org/wiki/Variable-…
-
comment
Comment #9899722
The author mentions "kindof" but uses "__typeof" in code. Should really proof read before posting.