Skip to main content

Questions tagged [io]

Filter by
Sorted by
Tagged with
1 vote
1 answer
352 views

I find it interesting to have stackless asynchronous I/O, e.g. when using an HTTP-client in the code, the call-stack get emptied before handling next "event" (could be unrelated or the ...
Jonas's user avatar
  • 715
12 votes
1 answer
437 views

In C, fopen() uses string literals such as "r" or "r+" or ...
CPlus's user avatar
  • 10.5k