[Перевод] Компилятор с полностью гомоморфным шифрованием от Google
Источник: Habr
Автор: Sivchenko_translate
Источник: Habr
Автор: Sivchenko_translate
Хабр
Компилятор с полностью гомоморфным шифрованием от Google
Ещё в мае 2022 года я переориентировал пару команд в Google на разработку полностью гомоморфного шифрования ( вот объявление об этом в рассылке ). С тех пор я участвовал в работе над многими проектами...
Building a 3d Raycasting Game Engine - Clean Up of Line / Segment Code
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
Building a 3d Raycasting Game Engine - Clean Up of Line / Segment Code
☟☟ Upcoming Conference Workshops (Swag, links and more) ☟☟
C++ Best Practices Workshop, Sept 18, 19, Norway: https://ndctechtown.com/workshops/c-best-practices/abf61aa1ff65
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator…
C++ Best Practices Workshop, Sept 18, 19, Norway: https://ndctechtown.com/workshops/c-best-practices/abf61aa1ff65
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator…
C++ Class Template Argument Deduction - History, Uses, & Enabling it for Classes - Marshall Clow
Источник: CppCon
Источник: CppCon
YouTube
C++ Class Template Argument Deduction - History, Uses, & Enabling it for Classes - Marshall Clow
https://cppcon.org/
---
C++ Class Template Argument Deduction - History, How to Use it, and How to Enable it for Your Classes - Marshall Clow - CppCon 2022
https://github.com/CppCon/CppCon2022
In C++17, a new feature "Class Template Argument Deduction"…
---
C++ Class Template Argument Deduction - History, How to Use it, and How to Enable it for Your Classes - Marshall Clow - CppCon 2022
https://github.com/CppCon/CppCon2022
In C++17, a new feature "Class Template Argument Deduction"…
std::initializer_list in C++, caveats and improvements -- Bartłomiej Filipek
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Building a 3d Raycasting Game Engine - Clean Up of Line / Segment Code
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
Building a 3d Raycasting Game Engine - Clean Up of Line / Segment Code
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator-spring.com/
WANT MORE JASON?
► My Training Classes: https://emptycrate.com/training.html
► Follow me on twitter: https:/…
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator-spring.com/
WANT MORE JASON?
► My Training Classes: https://emptycrate.com/training.html
► Follow me on twitter: https:/…
[Перевод] Call Stack Logger — инструментирование функций как способ отслеживания потока выполнения программы
Источник: Habr
Автор: MaxRokatansky
Источник: Habr
Автор: MaxRokatansky
Хабр
Call Stack Logger — инструментирование функций как способ отслеживания потока выполнения программы
Введение Доводилось ли вам когда-нибудь работать над C++ проектом с такой огромной кодовой базой, что понимание того, что на самом деле происходит во время выполнения программы, требует кучи времени...