Why does C++/WinRT say that first_interface is not a member of winrt::impl::interface_list<>?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Why does C++/WinRT say that first_interface is not a member of winrt::impl::interface_list<>?
A customer was trying to use C++/WinRT to implement a classic COM interface, but was getting the error error C2039: 'first_interface': is not a member of 'winrt::impl::interface_list<>' see declaration of 'winrt::impl::interface_list<>' see reference to class…
Как начать писать программный код Си в ОС Linux (Руководство для совсем начинающих)
Источник: Habr
Автор: ERambler
Источник: Habr
Автор: ERambler
Хабр
Как начать писать программный код Си в ОС Linux (Руководство для совсем начинающих)
Введение Добрый день. Этот материал рассчитан на людей, будущих программистов, которые только начинают разбираться в программировании под ОС Linux. Я попробую здесь показать прямое руководство к...
Behind C++/WinRT: How does C++/WinRT decide which interfaces are implemented?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Behind C++/WinRT: How does C++/WinRT decide which interfaces are implemented?
Last time, we diagnosed a problem by realizing that the unkwn.h header had not been included prior to including any C++/WinRT headers, and that means that C++/WinRT did not activate its code that supports classic COM interfaces. This is going to be the first…
Building an Extensible Type Serialization System Using Partial Template Specialization - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Building an Extensible Type Serialization System Using Partial Template Specialization - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
As software engineers, we all prefer using performant libraries with user-friendly interfaces. But designing a template-free interface can be challenging for some C++ libraries, like serialization…
https://github.com/CppCon/CppCon2020
---
As software engineers, we all prefer using performant libraries with user-friendly interfaces. But designing a template-free interface can be challenging for some C++ libraries, like serialization…
C++ Best Practices Game Jam #1 - Starts April 1, 2022 - Info, Rules and Quick-Start
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Best Practices Game Jam #1 - Starts April 1, 2022 - Info, Rules and Quick-Start
☟☟ Important conference, book and swag info in description ☟☟
Note: YouTube is not a sponsor of this Jam and you agree to not hold them liable for anything resulting from your participation in this Game Jam.
game_jam details: https://github.com/cpp-best…
Note: YouTube is not a sponsor of this Jam and you agree to not hold them liable for anything resulting from your participation in this Game Jam.
game_jam details: https://github.com/cpp-best…
CLion 2022.1 EAP6: CMake Presets, Improved CMake Scripts Formatting, and Other Fixes
Источник: Clion Blog
Источник: Clion Blog
The JetBrains Blog
CLion 2022.1 EAP6: CMake Presets, Improved CMake Scripts Formatting, and Other Fixes | The CLion Blog
The new CLion 2022.1 EAP build, 221.5080.52, is now available from our website, via the Toolbox App, or as a snap package (if you are using Ubuntu). Please note that if you are on macOS, there is a se