A Crash Course in Calendars, Dates, Time, and Time Zones - Marc Gregoire - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Old Version - A Crash Course in Calendars, Dates, Time, and Time Zones - Marc Gregoire
New Version Available Here: https://youtu.be/ZlLSvr2fr1U
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Before C++11, the C++ Standard Library did not have much support for working with time. C++11 changed all that and introduced the chrono…
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Before C++11, the C++ Standard Library did not have much support for working with time. C++11 changed all that and introduced the chrono…
Technique: Compile Time Code Generation and Optimization--Jonathan Müller
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
On finding the average of two unsigned integers without overflow--Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
C++ Annotated January 2022: C++20 to Eliminate Runtime Bugs and Achieve Better Design, Full Test Coverage, and a New QML Compiler
Источник: Clion Blog
Источник: Clion Blog
The JetBrains Blog
C++ Annotated January 2022: C++20 to Eliminate Runtime Bugs and Achieve Better Design, Full Test Coverage, and a New QML Compiler…
WG21 plenary call, ranges, eliminating runtime bugs,
100% test coverage,
a safer API with {fmt} 8.x,
Qt Quick Compiler.
100% test coverage,
a safer API with {fmt} 8.x,
Qt Quick Compiler.
COM asynchronous interfaces, part 4: Doing work while waiting for the asynchronous operation
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
COM asynchronous interfaces, part 4: Doing work while waiting for the asynchronous operation
Last time, we learned how to abandon an asynchronous operation after a timeout. But maybe we want to do some useful work while waiting for the operation. (For example, maybe you want to initiate multiple asynchronous operations and let them run in parallel…
Introducing SlicerPipelines: A coding-free way to create simple modules in 3D Slicer
Источник: Kitware Blog
Источник: Kitware Blog
Kitware
Introducing SlicerPipelines: A coding-free way to create simple modules in 3D Slicer
Kitware is excited to introduce a new extension, SlicerPipelines, that allows the creation and use of simple modules in 3D Slicer without coding. This extension was developed as part of SlicerSALT and has been added to the Slicer Extensions Index for the…
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.