Как протащить верблюда сквозь игольное ушко, или обновление компилятора С++ на проекте старше 10 лет
Источник: Habr
Автор: dkolosov
Источник: Habr
Автор: dkolosov
Хабр
Как протащить верблюда сквозь игольное ушко, или обновление компилятора С++ на проекте старше 10 лет
Привет! Меня зовут Колосов Денис, я являюсь разработчиком клиентской части проекта «Allods Online» в студии IT Territory. Сегодня я расскажу о том, как мы решились обновить среду разработки и заодно...
Notes on COM aggregation: How do you implement tear-offs in an aggregated object?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Notes on COM aggregation: How do you implement tear-offs in an aggregated object? - The Old New Thing
Last time, we looked at how an inner or outer object participating in COM aggregation can obtain an interface from its partner without creating a circular reference. We also concluded with a realization that tear-offs create a particular problem with the…
PGAS in C++: A Portable Abstraction for Distributed Data Structures - Benjamin Brock - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
PGAS in C++: A Portable Abstraction for Distributed Data Structures - Benjamin Brock - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Writing programs that run on clusters of computers is notoriously tedious and error-prone, particularly for applications like genomics, sparse linear algebra, and graph analytics, which often require…
https://github.com/CppCon/CppCon2020
---
Writing programs that run on clusters of computers is notoriously tedious and error-prone, particularly for applications like genomics, sparse linear algebra, and graph analytics, which often require…
PVS-Studio 7.17: supporting the C6000-CGT compiler by Texas Instruments
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Improving Stability with Modern C++, Part 5 — Revisiting the Rule of Three
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)