P1967 `#embed` and D2752 “Static storage for `initializer_list`” are now on Compiler Explorer
Источник: Arthur O’Dwyer
Источник: Arthur O’Dwyer
quuxplusone.github.io
P1967 #embed and D2752 “Static storage for initializer_list” are now on Compiler Explorer
C++26 has adopted JeanHeyd Meneide’s proposal P1967 “#embed”,
which will allow C++ (and C) programmers to replace their use of the xxd -i utility
with a built-in C preprocessor directive:
unsigned char favicon_bytes[] = {
#embed "favicon.ico"
};
which will allow C++ (and C) programmers to replace their use of the xxd -i utility
with a built-in C preprocessor directive:
unsigned char favicon_bytes[] = {
#embed "favicon.ico"
};
Using perfect (and imperfect) forwarding to simplify C++ wrapper classes -- Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
GPU Accelerated Computing & Optimizations on Cross-Vendor Graphics Cards with Vulkan & Kompute
Источник: CppCon
Источник: CppCon
YouTube
GPU Accelerated Computing & Optimizations on Cross-Vendor Graphics Cards with Vulkan & Kompute
https://cppcon.org/
---
GPU Accelerated Computing and Optimizations on Cross-Vendor Graphics Cards with Vulkan & Kompute - Alejandro Saucedo - CppCon 2022
https://github.com/CppCon/CppCon2022
Many advanced data processing paradigms fit incredibly well to…
---
GPU Accelerated Computing and Optimizations on Cross-Vendor Graphics Cards with Vulkan & Kompute - Alejandro Saucedo - CppCon 2022
https://github.com/CppCon/CppCon2022
Many advanced data processing paradigms fit incredibly well to…
C++ Weekly - Ep 359 - std::array's Implementation Secret (That You Can't Use!)
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 359 - std::array's Implementation Secret (That You Can't Use!)
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshops:
► C++ Best Practices Workshop, ACCU, Bristol UK, Mar 31, 2025: https://accuconference.org/
https://github.com/lefticus/cpp_weekly/issues/38
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere!…
Upcoming Workshops:
► C++ Best Practices Workshop, ACCU, Bristol UK, Mar 31, 2025: https://accuconference.org/
https://github.com/lefticus/cpp_weekly/issues/38
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere!…
A trio of dubious denial-of-service security vulnerability reports which are just style points piled on top of nothing
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
A trio of dubious denial-of-service security vulnerability reports which are just style points piled on top of nothing
You could have accomplished the same thing with a garbage file.
vcpkg 2023.01.09 Release: Registry Pattern Matching, Documentation Changes, and More…
Источник: C++ Team Blog
Источник: C++ Team Blog
C++ Team Blog
vcpkg 2023.01.09 Release: Registry Pattern Matching, Documentation Changes, and More… - C++ Team Blog
The 2023.01.09 release of the vcpkg package manager is available. This blog post summarizes changes from November 15th, 2022 to January 9th, 2023 for the Microsoft/vcpkg and Microsoft/vcpkg-tool GitHub repos. Some stats for this period: 41 new ports were…