


C++ constexpr parlor tricks: How can I obtain the length of a string at compile time?
constexpr
'ification of strlen
.

If I issue multiple overlapped I/O requests against the same region of a file, will they execute in the order I issued them?

On the dangers of giving a product feature the name “new”

Why don’t Windows functions begin with a pointless MOV EDI,EDI instruction on x86-64?

Why am I getting a RPC_E_WRONG_THREAD
exception when I’m on the right thread?

How does the dialog manager calculate the average width of a character?

A history of the fd_set
, FD_SETSIZE
, and how it relates to WinSock
fd_set
started out as just a bitmap.
