Jan 9, 2020 Post comments count5 Post likes count1 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 Post comments count0 Post likes count1 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 Post comments count0 Post likes count1 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 Post comments count4 Post likes count1 Tree-walking algorithms: Incrementally enumerating leaf nodes of an N-ary tree Raymond Chen Stop to rest when you turn.
Jan 3, 2020 Post comments count19 Post likes count3 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 Post comments count3 Post likes count1 Why doesn’t RegSetKeySecurity propagate inheritable ACEs, but SetSecurityInfo does? Raymond Chen An artifact of the timeline.
Jan 1, 2020 Post comments count2 Post likes count1 Nasty gotcha: Positioning your window beneath a topmost window makes it topmost Raymond Chen Picking up properties unintentionally.