Welcome to MSDN Blogs Sign in | Join | Help

Code (RSS)

If you want to consume all the virtual address space, well, then go ahead and consume it, you don't need my help

It's not like there's a ConsumeAllAvailableVirtualAddressSpaceAndExhaustTheHeap function.
Posted by oldnewthing | 9 Comments
Filed under:

You can't leave a critical section you never entered

Enter first, then leave.
Posted by oldnewthing | 11 Comments
Filed under:

A concrete illustration of practical running time vs big-O notation

Memory access time changes the math.
Posted by oldnewthing | 29 Comments
Filed under:

Why can't you change the alignment of an edit control after it has been created?

Because that would reduce to polling, at least back in the day.
Posted by oldnewthing | 25 Comments
Filed under:

How do I know whether a window message was processed?

By the same mechanism the window manager uses.
Posted by oldnewthing | 6 Comments
Filed under:

Writing a sort comparison function, redux

Further highlighting the importance of getting your comparison function right.
Posted by oldnewthing | 47 Comments
Filed under:

Why is there sometimes a half-second delay between the click and the action?

Waiting to see if the other shoe drops.
Posted by oldnewthing | 36 Comments
Filed under:

The dangers of destroying a window while it is processing a sent message

WM_ACTIVATEAPP is just another example.
Posted by oldnewthing | 14 Comments
Filed under:
More Posts Next page »
 
Page view tracker