История разработчиков коммерческой системы видеосвязи Video Union, путь 2013 — 2022
Источник: Habr
Автор: ancotir
Источник: Habr
Автор: ancotir
Хабр
История разработчиков коммерческой системы видеосвязи Video Union, путь 2013 — 2022
В 2022 году существенно вырос спрос на отечественный софт, в первую очередь заменяющий зарубежные решения. Вопрос замены ПО до сих пор остро стоит во многих компаниях и государственных структурах,...
[Перевод] Использование final для повышения производительности в C++
Источник: Habr
Автор: MaxRokatansky
Источник: Habr
Автор: MaxRokatansky
Хабр
Использование final для повышения производительности в C++
Динамический полиморфизм ( виртуальные функции ) занимает центральное место в объектно-ориентированном программировании ( ООП ). При правильном использовании он способствует созданию входных точек в...
Embracing Trailing Return Types and `auto` Return SAFELY in Modern C++ - Pablo Halpern - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Embracing Trailing Return Types and `auto` Return SAFELY in Modern C++ - Pablo Halpern - CppCon 2022
https://cppcon.org/
---
Embracing Trailing Return Types and `auto` Return SAFELY in Modern C++ - Pablo Halpern - CppCon 2022
https://github.com/CppCon/CppCon2022
In the old days (and in C), the return type of a function was specified at the beginning of…
---
Embracing Trailing Return Types and `auto` Return SAFELY in Modern C++ - Pablo Halpern - CppCon 2022
https://github.com/CppCon/CppCon2022
In the old days (and in C), the return type of a function was specified at the beginning of…
Reminder: If you intend to use a C++/WinRT namespace, you must include that namespace’s header file
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Reminder: If you intend to use a C++/WinRT namespace, you must include that namespace's header file
Various errors that can be traced back to breaking that one rule.
If you’re going to wrap a Windows Runtime event, you may as well let the wrapped event source manage the token
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
If you're going to wrap a Windows Runtime event, you may as well let the wrapped event source manage the token
It keeps the original object in control.