VTK.js Transforms Web-based Visualization with Immersive Virtual and Augmented Reality
Источник: Kitware Blog
Источник: Kitware Blog
Kitware Inc
VTK.js Transforms Web-based Visualization with Immersive Virtual and Augmented Reality
Are you looking to transform your web pages into immersive experiences? Kitware can help bring your medical and scientific data off the computer screen and into real-life using VTK.js, our open sou…
Testing Compile-time Constructs in a Runtime Unit Testing Framework - Igor Bogoslavskyi - CppCon 21
Источник: CppCon
Источник: CppCon
YouTube
Testing Compile-time Constructs in a Runtime Unit Testing Framework - Igor Bogoslavskyi - CppCon 21
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
C++ is used in many different areas, including in safety-critical applications. Coming from the automotive industry, we must conform to stringent safety standards (such as ISO 26262) which nudge…
https://github.com/CppCon/CppCon2021
---
C++ is used in many different areas, including in safety-critical applications. Coming from the automotive industry, we must conform to stringent safety standards (such as ISO 26262) which nudge…
COM asynchronous interfaces, part 3: Abandoning the operation after a timeout
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
COM asynchronous interfaces, part 3: Abandoning the operation after a timeout
Last time, we learned how to abandon an asynchronous operation. But maybe we don’t want to fire and forget so much as wait for a while before finally giving up. You can check on the completion state of the asynchronous call by using the ISynchronize interface…
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…