Why 4 Bloomberg engineers wrote another C++ book -- Tech At Bloomberg
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
CLion 2022.1 EAP3: Enhanced Type Hints, Fixes in Auto-Import and Navigation, and More Flexible Reset Options in Embedded GDB Server Configurations
Источник: Clion Blog
Источник: Clion Blog
The JetBrains Blog
CLion 2022.1 EAP3: Enhanced Type Hints, Fixes in Auto-Import and Navigation, and More Flexible Reset Options in Embedded GDB Server…
The new build comes with fixes for type hints, an ability to reset the device at different stages when working with embedded GDB servers, and other enhancements.
Как побороть депрессию с помощью С++. Кто такие дескрипторы и с чем их едят
Источник: Habr
Автор: Vladimir_Putin
Источник: Habr
Автор: Vladimir_Putin
Хабр
Как побороть депрессию с помощью С++. Кто такие дескрипторы и с чем их едят
Привет, Habr! Меня зовут Антон Митрохин, я позиционирую себя как очень молодой c++ разработчик. На момент написания статьи мне был 21 год, к тому времени я работал разработчиком CAE системы уже...
COM asynchronous interfaces, part 6: Learning about completion without polling
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
COM asynchronous interfaces, part 6: Learning about completion without polling
So far, the way we’ve been waiting for an asynchronous call to complete is by polling for it. Is there a way to be notified directly when the operation completes? For example, while doing work, we may call out to other methods,
C++ Weekly - Ep 312 - Stop Using `constexpr` (And Use This Instead!)
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 312 - Stop Using `constexpr` (And Use This Instead!)
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshops:
► C++ Best Practices Workshop, CppCon, Aurora, CO, USA, Sept 13-14, 2025: https://cppcon.org/class-2025-best-practices/
► C++ Best Practices Workshop, NDC TechTown, Kongsberg, NO, Sept 22-23…
Upcoming Workshops:
► C++ Best Practices Workshop, CppCon, Aurora, CO, USA, Sept 13-14, 2025: https://cppcon.org/class-2025-best-practices/
► C++ Best Practices Workshop, NDC TechTown, Kongsberg, NO, Sept 22-23…
Первая реализация себя в WEB или попытка сделать систему дистанционного обучения, часть I
Источник: Habr
Автор: DeverGent
Источник: Habr
Автор: DeverGent
Хабр
Первая реализация себя в WEB или попытка сделать систему дистанционного обучения, часть I
Предыстория Итак, хотелось бы начать свой рассказ с опыта, полученного во время обучения в дистанционном формате. Мы практически не получали знаний, многие уроки не проводились(хотя мы были этому...