Static Analysis and Program Safety in C++: Making it Real - Sunny Chatterjee - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Static Analysis and Program Safety in C++: Making it Real - Sunny Chatterjee - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
In this talk, I will explore how to leverage language rules and static analysis principles to provide safety guarantees in C++ at compile time, without compromising on its performance and memory…
https://github.com/CppCon/CppCon2021
---
In this talk, I will explore how to leverage language rules and static analysis principles to provide safety guarantees in C++ at compile time, without compromising on its performance and memory…
How can I find out which processor architectures are supported via emulation by the current system?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I find out which processor architectures are supported via emulation by the current system?
A customer was writing a debugging tool and wanted to know in their installer which processor architectures are supported by the current system, both the native architecture as well as anything supported by emulation. That way, the tool could install the…
Добавляем дополнительные особенности реализации на C++ с помощью «умных» оберток
Источник: Habr
Автор: stepsoft
Источник: Habr
Автор: stepsoft
Хабр
Добавляем дополнительные особенности реализации на C++ с помощью «умных» оберток
Представляю сообществу библиотеку feature из состава разрабатываемых мной библиотек под общим названием ScL . Сам набор библиотек ScL систематизирует достаточно скромный набор реализаций и подходов,...