Jan 9, 2020 5 0 Tree-walking algorithms: Incrementally performing an inorder walk of a binary tree Raymond Chen We need to keep track of where we came from.
Jan 8, 2020 0 0 Tree-walking algorithms: Incrementally performing a postorder walk of an N-ary tree Raymond Chen This time, we report on the way back up.
Jan 7, 2020 0 0 Tree-walking algorithms: Incrementally performing a preorder walk of an N-ary tree Raymond Chen Remembering whether you were moving down or up.
Jan 6, 2020 4 0 Tree-walking algorithms: Incrementally enumerating leaf nodes of an N-ary tree Raymond Chen Stop to rest when you turn.
Jan 3, 2020 19 1 Anybody who writes #pragma pack(1) may as well just wear a sign on their forehead that says “I hate RISC” Raymond Chen Alignment as well as padding.
Jan 2, 2020 3 0 Why doesn’t RegSetKeySecurity propagate inheritable ACEs, but SetSecurityInfo does? Raymond Chen An artifact of the timeline.
Jan 1, 2020 2 0 Nasty gotcha: Positioning your window beneath a topmost window makes it topmost Raymond Chen Picking up properties unintentionally.