Feb 15, 2021 0 0 The COM static store, part 6: Using C++ weak references Raymond Chen A quicker way to get to what you have.
Feb 12, 2021 0 0 The COM static store, part 5: Using COM weak references Raymond Chen Avoiding having to go through the static store at all.
Feb 11, 2021 0 0 The COM static store, part 4: Aggregating into a single object Raymond Chen Batch all the things you need into a single object.
Feb 10, 2021 5 0 The COM static store, part 3: Avoiding creation of an expensive temporary when setting a singleton Raymond Chen Don't create one unless you really need one.
Feb 9, 2021 8 0 The COM static store, part 2: Race conditions in setting a singleton Raymond Chen There can be only one, so don't end up with two.
Feb 8, 2021 4 0 The COM static store, part 1: Introduction Raymond Chen Communal storage for COM things.
Feb 5, 2021 1 0 How do I get a foothold in the neutral apartment? Raymond Chen You can explicit ask for its context.
Feb 3, 2021 0 0 Why is there no useful information in the RetailInfo class? Raymond Chen It's just marketing nonsense.
Feb 2, 2021 2 0 A metric that is consistently at 100% is probably broken Raymond Chen They say that you get what you measure.