A common proposed solution to certain categories of IFNDR: Getting the linker to verify identical functions
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
A common proposed solution to certain categories of IFNDR: Getting the linker to verify identical functions
You could do it, but it could cramp your style.
C++ Game Development - Techniques to Optimise Multithreaded Data Building - Dominik Grabiec - CppCon
Источник: CppCon
Источник: CppCon
YouTube
C++ Game Development - Techniques to Optimise Multithreaded Data Building - Dominik Grabiec - CppCon
https://cppcon.org
---
Techniques to Optimise Multithreaded Data Building During C++ Game Development - Dominik Grabiec - CppCon 2024
---
In game development the building and optimisation of data for the game is an important but resource intensive and…
---
Techniques to Optimise Multithreaded Data Building During C++ Game Development - Dominik Grabiec - CppCon 2024
---
In game development the building and optimisation of data for the game is an important but resource intensive and…
Как мы добавляли поддержку Apple Silicon в анализатор (arm64)
Источник: Habr
Автор: Mixxxxa (PVS-Studio)
Источник: Habr
Автор: Mixxxxa (PVS-Studio)
Хабр
Как мы добавляли поддержку Apple Silicon в анализатор (arm64)
С выходом PVS-Studio 7.34 стали доступны нативные сборки анализатора для macOS на архитектуре Apple Silicon (ARM). В этой заметке мы хотели бы подробнее рассказать о проделанной работе, а также...
How can I check if two GUIDs are equal when they are provided as strings?
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
How can I check if two GUIDs are equal when they are provided as strings?
A customer asked if there was a helper function in the system that accepted two strings and reported whether the GUIDs they represent are equal. This is a tricky question, because you first have to decide what “represent” means. There are many ways of representing…
Артефакт из прошлого на службе настоящего или как я подключал радиолампу к «Умному дому»
Источник: Habr
Автор: CyberexTech (Timeweb Cloud)
Источник: Habr
Автор: CyberexTech (Timeweb Cloud)
Хабр
Артефакт из прошлого на службе настоящего или как я подключал радиолампу к «Умному дому»
Свечение сегмента индикаторной лампы Привет, Хабр! Однажды в детстве, когда я был у в гостях бабушки в деревне, я увидел в старенькой радиоле индикатор «зеленый глаз», который меня очень впечатлил....
Роман Панов — Дерево смещений: работаем с динамически изменяемыми сегментированными массивами
Источник: C++ User Group
Источник: C++ User Group
YouTube
Роман Панов — Дерево смещений: работаем с динамически изменяемыми сегментированными массивами
Подробнее о конференции C++ Russia: https://jrg.su/9Sszhd
— —
Скачать презентацию с сайта C++ Russia — https://jrg.su/aCyBLQ
Спикер рассказал про задачу, которую решал, и проблему, с которой столкнулся.
Есть большой список, например, история сообщений чата.…
— —
Скачать презентацию с сайта C++ Russia — https://jrg.su/aCyBLQ
Спикер рассказал про задачу, которую решал, и проблему, с которой столкнулся.
Есть большой список, например, история сообщений чата.…
What's New in Visual Studio for C++ Developers - Michael Price & Mryam Girmay - CppCon 2024
Источник: CppCon
Источник: CppCon
YouTube
What's New in Visual Studio for C++ Developers - Michael Price & Mryam Girmay - CppCon 2024
https://cppcon.org
---
What's New in Visual Studio for C++ Developers - Michael Price and Mryam Girmay - CppCon 2024
---
If you want to find out all the new features and improvements we've made to Visual Studio, MSVC, and vcpkg for C++ developers in the…
---
What's New in Visual Studio for C++ Developers - Michael Price and Mryam Girmay - CppCon 2024
---
If you want to find out all the new features and improvements we've made to Visual Studio, MSVC, and vcpkg for C++ developers in the…
In C++, failure to meet the requirements does not always mean that you fail if you don’t meet the requirements
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
In C++, failure to meet the requirements does not always mean that you fail if you don’t meet the requirements
Combining SFINAE/requires, standard layout, and overload resolution.