Viewing profile — fstd
fstd
HN member- Joined
- Thu, Jan 05, 2017, 1:59 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About fstd
No profile information was provided.
Recent public activity
-
comment
Comment #13364621
Can't believe they're running on Windows. Yikes.
-
comment
Comment #13335602
Before each call to select, you'll have to FD_ZERO the fd set(s), then individually FD_SET each fd you're interested in. If that's a large number of fds, then that's quite some ove…
-
comment
Comment #13327122
if P does not point to valid memory, then dereferencing it is UB. Therefore, the compiler is at liberty to do whatever it wants (whether or not that is a good idea is irrelevant fo…