Feb 28, 2025 Post comments count1 Post likes count1 C++/WinRT implementation inheritance: Notes on winrt::implements, part 8 Raymond Chen Comparing the options.
Feb 27, 2025 Post comments count0 Post likes count1 C++/WinRT implementation inheritance: Notes on winrt::implements, part 7 Raymond Chen Inheritance without involving winrt::implements at all.
Feb 26, 2025 Post comments count0 Post likes count1 C++/WinRT implementation inheritance: Notes on winrt::implements, part 6 Raymond Chen Using CRTP to delegate the method.
Feb 25, 2025 Post comments count0 Post likes count0 C++/WinRT implementation inheritance: Notes on winrt::implements, part 5 Raymond Chen When the base class isn't self-contained.
Feb 24, 2025 Post comments count0 Post likes count0 C++/WinRT implementation inheritance: Notes on winrt::implements, part 4 Raymond Chen Simple inheritance of a self-contained implements.
Feb 21, 2025 Post comments count9 Post likes count0 C++/WinRT implementation inheritance: Notes on winrt::implements, part 3 Raymond Chen Discovering the legal inheritance structures for winrt::implements.
Feb 20, 2025 Post comments count0 Post likes count0 C++/WinRT implementation inheritance: Notes on winrt::implements, part 2 Raymond Chen Untangling unwrap_implements_t.
Feb 19, 2025 Post comments count0 Post likes count2 C++/WinRT implementation inheritance: Notes on winrt::implements, part 1 Raymond Chen A closer look at the parameters to the implements template.
Feb 18, 2025 Post comments count4 Post likes count6 Your statement is now available, just two hidden flyouts and five clicks away Raymond Chen Beware of the leopard.
Feb 17, 2025 Post comments count7 Post likes count7 API design note: Beware of adding an “Other” enum value Raymond Chen What are you going to do when you add a new kind?