Live data from Hacker News

Viewing profile — stwcx

stwcx

HN member
Joined
Tue, Apr 14, 2020, 1:46 PM UTC
HN karma
2
Public activity
1 items

About stwcx

No profile information was provided.

Recent public activity

  1. comment
    Comment #22867077

    One feature of C which I do not use often is enums. Support for constants beyond the range of an int is not portable. And I also try to avoid is putting enums inside structs, becau…