Old New Thing

How can I choose a different C++ constructor at runtime?

Make somebody else do it, and then use copy elision. The post How can I choose a...

C++/WinRT implementation inheritance: Notes on winrt::i...

Using CRTP to delegate the method. The post C++/WinRT implementation inheritance...

C++/WinRT implementation inheritance: Notes on winrt::i...

Inheritance without involving winrt::implements at all. The post C++/WinRT imple...

C++/WinRT implementation inheritance: Notes on winrt::i...

Comparing the options. The post C++/WinRT implementation inheritance: Notes on w...

Lexically scoped functions accessing parent locals: The...

Using a well-known location instead of copying frame pointers. The post Lexicall...

Microspeak: Respin

Spin it up again, baby. The post Microspeak: Respin appeared first on The Old Ne...

C++/WinRT implementation inheritance: Notes on winrt::i...

Untangling unwrap_implements_t. The post C++/WinRT implementation inheritance: N...

C++/WinRT implementation inheritance: Notes on winrt::i...

Discovering the legal inheritance structures for winrt::implements. The post C++...

C++/WinRT implementation inheritance: Notes on winrt::i...

Simple inheritance of a self-contained implements. The post C++/WinRT implementa...

C++/WinRT implementation inheritance: Notes on winrt::i...

When the base class isn't self-contained. The post C++/WinRT implementation inhe...

C++/WinRT implementation inheritance: Notes on winrt::i...

A closer look at the parameters to the implements template. The post C++/WinRT i...

Investigating an argument-dependent lookup issue and wo...

Picking apart the language specification. The post Investigating an argument-dep...

API design note: Beware of adding an “Other” enum value

What are you going to do when you add a new kind? The post API design note: Bewa...

Your statement is now available, just two hidden flyout...

Beware of the leopard. The post Your statement is now available, just two hidden...

Async-Async revisited: What about cancellation?

Even the cancellation is async. The post Async-Async revisited: What about cance...

Did the Windows 95 setup team forget that MS-DOS can do...

Oh look what you just made there. The post Did the Windows 95 setup team forget ...

A sample implementation of the weak reference pattern f...

A forwarder through a weak reference. The post A sample implementation of the we...

The default C locale is not a very interesting one

It barely understands anything. The post The default C locale is not a very inte...

Using alternate locales to get more interesting case ma...

Looking for something better. The post Using alternate locales to get more inter...

How does Explorer find the “first” icon in a file

It enumerates them and takes the first one, so this is really a question about e...

Memory corruption from outside the process looks like s...

The write isn't visible to your process, just the effect of the write. The post ...

A brief and incomplete comparison of memory corruption ...

A short overview, definitely incomplete. The post A brief and incomplete compari...

A pattern for obtaining a single value while holding a ...

The immediately-invoked lambda that returns a value. The post A pattern for obta...

My electric toothbrush was acting up, so I tried to reb...

It didn't help. The post My electric toothbrush was acting up, so I tried to reb...

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.