Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 4.65 KB

221222.md

File metadata and controls

38 lines (37 loc) · 4.65 KB

Articles

  1. C++ Uniform Initialization - Benefits & Pitfalls
  2. C/C++ Profiling Tools
  3. const vs constexpr vs consteval vs constinit in C++20
  4. vcpkg Documentation Moves to Microsoft Docs Platform
  5. Google introduces end-to-end encryption for Gmail on the web
  6. AMA with Bjarne Stroustrup at Meeting C++ 2022
  7. String Obfuscation The Malware Way
  8. High-confidence Lifetime Checks in Visual Studio version 17.5 Preview 2
  9. 5 Advantages of C++ Lambda Expressions and How They Make Your Code Better
  10. Checking for the absence of a string, naive AVX-512 edition
  11. C++ Software Design by Klaus Iglberger
  12. CUDA Toolkit 12.0 Released for General Availability
  13. Compiler Tricks to Avoid ABI-Induced Crashes
  14. Five tricky topics for data members in C++20
  15. C++23: attributes
  16. Standards conformance improvements to /Gw in Visual Studio version 17.5 Preview 2
  17. Improving the State of Debug Performance in C++
  18. Webinar: C++ with Python for Algorithmic Trading
  19. What is the memory usage of a small array in C++?
  20. What does it mean when the compiler tells me that promise_type: is not a member of coroutine_traits<void>?
  21. Using Swift from C++
  22. Enabling Dynamic Control Flow in CUDA Graphs with Device Graph Launch

Videos

  1. Back to Basics: Master C++ Value Categories With Standard Tools - Inbal Levi - CppCon 2022
  2. Back to Basics: RAII in C++ - Andre Kostur - CppCon 2022
  3. Introduction to Hardware Efficiency in Cpp - Ivica Bogosavljevic - CppCon 2022
  4. From C++ Templates to C++ Concepts - Metaprogramming: an Amazing Journey - Alex Dathskovsky
  5. Contemporary C++ in Action - Daniela Engert - Center Keynote Meeting C++ 2022
  6. The Most Important Optimizations to Apply in Your C++ Programs - Jan Bielak - CppCon 2022
  7. 10 Years of Meeting C++ - Historical Highlights and the Future of C++ - Jens Weller - CppCon 2022
  8. Belle Views on C++ Ranges, their Details and the Devil - Nico Josuttis - Keynote Meeting C++ 2022
  9. Managing External API’s in Enterprise systems - Pete Muldoon - CppCon 2022
  10. A Lock-Free Atomic Shared Pointer in Modern Cpp - Timur Doumler - CppCon 2022
  11. MDSPAN - A Deep Dive Spanning C++, Kokkos & SYCL - Nevin Liber - CppCon 2022
  12. C++ Weekly - Ep 242 - Design By Introspection in C++20 (concepts + if constexpr)
  13. CUDA 12 New Features and Beyond